diff --git a/lib/compile.js b/lib/compile.js index 6d3e426..733c18e 100644 --- a/lib/compile.js +++ b/lib/compile.js @@ -11,9 +11,9 @@ var formats = { format: function (locales, options) { var module = 'angular.module(\'' + options.module + '\')' + '.run([\'gettextCatalog\', function (gettextCatalog) {\n' + - '/* jshint -W100 */\n' + + '/* jshint -W110 */\n' + locales.join('') + - '/* jshint +W100 */\n'; + '/* jshint +W110 */\n'; if (options.defaultLanguage) { module += 'gettextCatalog.currentLanguage = \'' + options.defaultLanguage + '\';\n'; }