Use revealing module pattern

ala http://www.adequatelygood.com/JavaScript-Module-Pattern-In-Depth.html

Also made the loadTranslations a bit more robust with more error messaged being logged.
This commit is contained in:
rugk 2017-02-08 13:20:51 +01:00
parent 0091607618
commit 2ebcf60516
No known key found for this signature in database
GPG key ID: 05D40A636AFAB34D
3 changed files with 613 additions and 501 deletions

View file

@ -99,7 +99,7 @@ rules:
no-with: 2
radix: 2
vars-on-top: 0
wrap-iife: 2
wrap-iife: 0
yoda: 0
# Strict