summaryrefslogtreecommitdiff
path: root/byob.js
diff options
context:
space:
mode:
authorJens Mönig <jens@moenig.org>2015-02-28 06:09:01 -0800
committerJens Mönig <jens@moenig.org>2015-02-28 06:09:01 -0800
commitb1d78532557371dfc740c078c76c13e8e0f66896 (patch)
tree542787f086b2d6bc6e26374a335d3c4defeb3615 /byob.js
parente1a558a6739a59085e95161827662512a6d7fa78 (diff)
downloadsnap-b1d78532557371dfc740c078c76c13e8e0f66896.tar.gz
snap-b1d78532557371dfc740c078c76c13e8e0f66896.zip
fixed #716
Diffstat (limited to 'byob.js')
-rw-r--r--byob.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/byob.js b/byob.js
index ec714f1..634d62d 100644
--- a/byob.js
+++ b/byob.js
@@ -106,7 +106,7 @@ SymbolMorph, isNil*/
// Global stuff ////////////////////////////////////////////////////////
-modules.byob = '2015-January-21';
+modules.byob = '2015-February-28';
// Declarations
@@ -2974,7 +2974,7 @@ InputSlotDialogMorph.prototype.editSlotOptions = function () {
new DialogBoxMorph(
myself,
function (options) {
- myself.fragment.options = options;
+ myself.fragment.options = options.trim();
},
myself
).promptCode(