summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/blocks.js b/blocks.js
index d58474e..74c3574 100644
--- a/blocks.js
+++ b/blocks.js
@@ -155,7 +155,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.blocks = '2013-July-31';
+modules.blocks = '2013-August-01';
var SyntaxElementMorph;
var BlockMorph;
@@ -798,7 +798,10 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
null, // text
false, // numeric?
{
- '--line--' : ['--line--']
+ 'whitespace' : ['whitespace'],
+ 'line' : ['line'],
+ 'tab' : ['tab'],
+ 'cr' : ['cr']
},
false // read-only
);