summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/blocks.js b/blocks.js
index 9544cd9..aac8987 100644
--- a/blocks.js
+++ b/blocks.js
@@ -155,7 +155,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph, Costume*/
// Global stuff ////////////////////////////////////////////////////////
-modules.blocks = '2013-November-22';
+modules.blocks = '2013-November-26';
var SyntaxElementMorph;
var BlockMorph;
@@ -1239,7 +1239,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
part.drawNew();
break;
default:
- // nop();
+ nop();
}
} else if (spec[0] === '$' &&
spec.length > 1 &&