From a9636e62204e1815e6bf3134f876322f8c387d4f Mon Sep 17 00:00:00 2001 From: Viraj Mahesh Date: Wed, 12 Mar 2014 20:12:54 -0700 Subject: Removed part.canBeEmpty = false; for consistency --- blocks.js | 1 - 1 file changed, 1 deletion(-) diff --git a/blocks.js b/blocks.js index 04d10e8..21c4326 100644 --- a/blocks.js +++ b/blocks.js @@ -676,7 +676,6 @@ SyntaxElementMorph.prototype.labelPart = function (spec) { true ); part.setContents(['pen trails']); - part.canBeEmpty = false; break; case '%inputs': part = new MultiArgMorph('%s', 'with inputs'); -- cgit v1.3.1