diff options
| author | Viraj Mahesh <virajmahesh@gmail.com> | 2014-03-12 20:12:54 -0700 |
|---|---|---|
| committer | Viraj Mahesh <virajmahesh@gmail.com> | 2014-03-12 20:12:54 -0700 |
| commit | a9636e62204e1815e6bf3134f876322f8c387d4f (patch) | |
| tree | 2dd9b9c333f05508c8dc4513847e08cb76cf7dec | |
| parent | dbb5a8e0f5d2d882120c56da4aec00f4c2b569be (diff) | |
| download | snap-a9636e62204e1815e6bf3134f876322f8c387d4f.tar.gz snap-a9636e62204e1815e6bf3134f876322f8c387d4f.zip | |
Removed part.canBeEmpty = false; for consistency
| -rw-r--r-- | blocks.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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'); |
