From 27d9966693bc88495617ba165f290c7f2e54abd0 Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Thu, 17 Dec 2015 14:02:20 +0100 Subject: added 'use strict', coirrected some errors which were revealed by it and fixed the argument of the call of the wait function used in the reset function (core.js) --- js/codeq/hint.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/codeq/hint.js') diff --git a/js/codeq/hint.js b/js/codeq/hint.js index 565b54f..3df4cb2 100644 --- a/js/codeq/hint.js +++ b/js/codeq/hint.js @@ -19,6 +19,7 @@ along with this program. If not, see . */ */ (function () { + "use strict"; // constants var firstCharacterPos = {'line': 0, 'ch': 0}, sel_no_scroll = {'scroll': false}; -- cgit v1.2.1