From b6a2e4f42e6267d015e07f22e882644827e0a15b Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Mon, 16 Jan 2017 14:16:54 -0500 Subject: Use strict mode --- scripts/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/main.js b/scripts/main.js index c6b831f..e47bf88 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -1,4 +1,6 @@ (function() { + 'use strict'; + // load i18n and perform translation var i18n = new I18nText({path: 'lang'}); i18n.once(I18nText.EVT_LOCALE_CHANGE, function (data) { -- cgit 1.4.1