From 2e7ea3c14fc928e33d9040fb48ef9a919f90e8ec Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 4 Apr 2013 21:13:47 +0200 Subject: Fix: Make Comments Detachable from Prototype Hats --- byob.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'byob.js') diff --git a/byob.js b/byob.js index 1a4f1e8..2999dbd 100644 --- a/byob.js +++ b/byob.js @@ -105,7 +105,7 @@ CommentMorph, localize, CSlotMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.byob = '2013-April-03'; +modules.byob = '2013-April-04'; // Declarations @@ -1587,6 +1587,8 @@ BlockEditorMorph.prototype.updateDefinition = function () { if (head.comment) { this.definition.comment = head.comment.fullCopy(); this.definition.comment.block = true; // serialize in short form + } else { + this.definition.comment = null; } } -- cgit v1.3.1