From 434392a87990395e689bf472fdf4ff71c92cbea8 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Thu, 6 Feb 2014 20:26:32 -0800 Subject: remove lang file and incorporate fixes in blocks, opbjects --- blocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blocks.js') diff --git a/blocks.js b/blocks.js index 1cfd2c2..383518a 100644 --- a/blocks.js +++ b/blocks.js @@ -829,7 +829,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) { }, true // read-only ); - part.setContents('date'); + part.setContents(['date']); break; case '%delim': part = new InputSlotMorph( -- cgit v1.3.1