summaryrefslogtreecommitdiff
path: root/js/codeq/hint.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/hint.js')
-rw-r--r--js/codeq/hint.js1
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */
*/
(function () {
+ "use strict";
// constants
var firstCharacterPos = {'line': 0, 'ch': 0},
sel_no_scroll = {'scroll': false};