diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-03-01 09:42:02 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-03-01 09:42:02 +0100 |
| commit | 63234d8858b20a5faf7b1dee696e0db332360d2d (patch) | |
| tree | f5a551dba9e23b24a443e73694896c5db17324d8 /byob.js | |
| parent | 438fe4e3619c5dc52ca625a1e16048b30cf16c7d (diff) | |
| parent | b1d78532557371dfc740c078c76c13e8e0f66896 (diff) | |
| download | snap-63234d8858b20a5faf7b1dee696e0db332360d2d.tar.gz snap-63234d8858b20a5faf7b1dee696e0db332360d2d.zip | |
merge
Diffstat (limited to 'byob.js')
| -rw-r--r-- | byob.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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( |
