diff options
| author | Alex Jordan <alex@strugee.net> | 2017-01-16 14:16:54 -0500 |
|---|---|---|
| committer | Alex Jordan <alex@strugee.net> | 2017-01-16 14:16:54 -0500 |
| commit | b6a2e4f42e6267d015e07f22e882644827e0a15b (patch) | |
| tree | 7a869bb01269b3710c64e47ce41d24e4845b0710 /scripts/main.js | |
| parent | 4848929830ac1dd86cd366259f25a01c63c9696e (diff) | |
| download | php-xmpp-invitation-b6a2e4f42e6267d015e07f22e882644827e0a15b.tar.gz | |
Use strict mode
Diffstat (limited to 'scripts/main.js')
| -rw-r--r-- | scripts/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |
