renamed “delete” primitive to “inherit”

upd4.1
Jens Mönig 2017-07-12 22:06:17 +02:00
rodzic 7669cfda86
commit 653864362b
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -3533,6 +3533,7 @@ Fixes:
* Blocks: fixed #1800. Thanks, Ken, for the bug report!
* Objects, Threads: “new clone of ...” primitive, made TELL, ASK primitives official
* Objects: only refresh certain propagated inherited attributes on being dropped
* Objects: renamed “delete” primitive to “inherit”

Wyświetl plik

@ -1127,7 +1127,7 @@ SpriteMorph.prototype.initBlocks = function () {
doDeleteAttr: {
type: 'command',
category: 'variables',
spec: 'delete %shd'
spec: 'inherit %shd'
},
// Lists