diff --git a/morphic.js b/morphic.js index ca43cc62..bd45b515 100644 --- a/morphic.js +++ b/morphic.js @@ -3445,7 +3445,7 @@ Morph.prototype.developersMenu = function () { menu.addItem( "pick up", 'pickUp', - 'disattach and put \ninto the hand' + 'detach and put \ninto the hand' ); menu.addItem( "attach...", @@ -9080,7 +9080,6 @@ ScrollFrameMorph.prototype.developersMenu = function () { return menu; }; - ScrollFrameMorph.prototype.toggleTextLineWrapping = function () { this.isTextLineWrapping = !this.isTextLineWrapping; };