Fix placement of "use strict" in the debug console

master
cim 2014-09-21 18:29:13 +01:00
parent 2a322b788b
commit 306d74dbd8
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
"use strict";
this.name = "oolite-debug-console";
this.author = "Jens Ayton";
@ -195,6 +194,7 @@ this.version = "1.81";
(function() {
"use strict";
this.inputBuffer = "";
this.$ = null;