summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/blocks.js b/blocks.js
index dd67695..0437ff2 100644
--- a/blocks.js
+++ b/blocks.js
@@ -1270,12 +1270,12 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
null, // text
false, // numeric?
{
- 'line' : ['line'],
- 'shape': ['shape']
+ 'a line' : ['a line'],
+ 'a shape': ['a shape']
},
true // read-only
);
- part.setContents(['line']);
+ part.setContents(['a line']);
break;
// symbols: