diff options
| author | Jens Mönig <jens@moenig.org> | 2015-05-01 12:11:07 -0400 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2015-05-01 12:11:07 -0400 |
| commit | 4cd3488e60f61bbe6650fed3bf17591258cc38a8 (patch) | |
| tree | 17a2c0d27fcab03dc110ab0e4a64da96348cb17a | |
| parent | 848773073a6fe873b0876246bb48aad67497cc43 (diff) | |
| download | snap-4cd3488e60f61bbe6650fed3bf17591258cc38a8.tar.gz snap-4cd3488e60f61bbe6650fed3bf17591258cc38a8.zip | |
formatting tweaks for JSLint’s benefit
| -rw-r--r-- | gui.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -386,9 +386,9 @@ IDE_Morph.prototype.openIn = function (world) { msg.destroy(); if (dict.editMode) { - myself.toggleAppMode(false); + myself.toggleAppMode(false); } else { - myself.toggleAppMode(true); + myself.toggleAppMode(true); } if (!dict.noRun) { @@ -397,7 +397,7 @@ IDE_Morph.prototype.openIn = function (world) { if (dict.hideControls) { myself.controlBar.hide(); - window.onbeforeunload = function (evt) {}; + window.onbeforeunload = function () {nop(); }; } } ]); |
