From 440cd340a5231e2d3498006f46004058b05af1f8 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Thu, 17 Jul 2014 12:02:07 -0700 Subject: Split Block: Add a character option for clarity This also allows the split block to be used more easily in a HOF --- blocks.js | 1 + 1 file changed, 1 insertion(+) (limited to 'blocks.js') diff --git a/blocks.js b/blocks.js index 61d8b01..fb47993 100644 --- a/blocks.js +++ b/blocks.js @@ -836,6 +836,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) { null, // text false, // numeric? { + 'character' : ['character'], 'whitespace' : ['whitespace'], 'line' : ['line'], 'tab' : ['tab'], -- cgit v1.3.1