kopia lustrzana https://github.com/backface/turtlestitch
formatting tweaks for JSLint’s benefit
rodzic
848773073a
commit
4cd3488e60
2
gui.js
2
gui.js
|
@ -397,7 +397,7 @@ IDE_Morph.prototype.openIn = function (world) {
|
||||||
|
|
||||||
if (dict.hideControls) {
|
if (dict.hideControls) {
|
||||||
myself.controlBar.hide();
|
myself.controlBar.hide();
|
||||||
window.onbeforeunload = function (evt) {};
|
window.onbeforeunload = function () {nop(); };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
|
|
Ładowanie…
Reference in New Issue