summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-08-01 11:49:35 +0200
committerjmoenig <jens@moenig.org>2013-08-01 11:49:35 +0200
commit8dde1684f146457b9b6dd054f2e1a99a3d59cce7 (patch)
treee5d5a4c8cdce0ef95e68f62b7f87731144dbf21e /blocks.js
parent6fa1fcd87637cae8f0ad76951b7b389db6bfa969 (diff)
downloadsnap-byow-8dde1684f146457b9b6dd054f2e1a99a3d59cce7.tar.gz
snap-byow-8dde1684f146457b9b6dd054f2e1a99a3d59cce7.zip
"whitespace" & other options in SPLIT reporter's dropdown
still hidden in dev 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
);