diff options
Diffstat (limited to 'byob.js')
| -rw-r--r-- | byob.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -105,7 +105,7 @@ CommentMorph, localize, CSlotMorph, SpeechBubbleMorph, MorphicPreferences*/ // Global stuff //////////////////////////////////////////////////////// -modules.byob = '2013-June-18'; +modules.byob = '2013-July-04'; // Declarations @@ -139,6 +139,7 @@ function CustomBlockDefinition(spec, receiver) { this.declarations = {}; // {'inputName' : [type, default]} this.comment = null; this.codeMapping = null; // experimental, generate text code + this.codeHeader = null; // experimental, generate text code // don't serialize (not needed for functionality): this.receiver = receiver || null; // for serialization only (pointer) |
