summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-07-18 15:36:56 +0200
committerjmoenig <jens@moenig.org>2014-07-18 15:36:56 +0200
commitf09a7177199788e83194fc261eb7a5584d03371b (patch)
tree6317ab9ceba577cbc8bec9a1c43a22b4f64a8d6f /blocks.js
parent314c99737f195c1302968cfffc7c94bf8506271d (diff)
downloadsnap-byow-f09a7177199788e83194fc261eb7a5584d03371b.tar.gz
snap-byow-f09a7177199788e83194fc261eb7a5584d03371b.zip
rename "character" to "letter" in delimiter list
of “split” block
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 998a4da..279acb7 100644
--- a/blocks.js
+++ b/blocks.js
@@ -155,7 +155,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph, Costume*/
// Global stuff ////////////////////////////////////////////////////////
-modules.blocks = '2014-July-17';
+modules.blocks = '2014-July-18';
var SyntaxElementMorph;
@@ -848,7 +848,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
null, // text
false, // numeric?
{
- 'character' : ['character'],
+ 'letter' : ['letter'],
'whitespace' : ['whitespace'],
'line' : ['line'],
'tab' : ['tab'],