pull/3/merge
Jens Mönig 2015-02-28 06:09:01 -08:00
rodzic e1a558a673
commit b1d7853255
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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(

Wyświetl plik

@ -2457,3 +2457,4 @@ ______
* Blocks, Store, GUI: Cache inputs, accelerates evaluating recursive reporters and warped / turbo recursive commands by up to 40%
* Objects: slightly optimize warped / turbo execution
* Threads: fixed #715
* BYOB: fixed #716