diff --git a/gulp/jshint.js b/gulp/jshint.js index 98e038b0f..b144335d3 100644 --- a/gulp/jshint.js +++ b/gulp/jshint.js @@ -11,8 +11,8 @@ gulp.task('jshint', function () { .pipe(jshint({ '-W030': false, '-W064': false, - '-W097': false, - '-W100': false, + '-W097': false, //Use the function form of “use strict” + '-W100': false, //Silently deleted characters (in locales) 'undef': true, 'globals': { 'require': true, @@ -23,4 +23,4 @@ gulp.task('jshint', function () { } })) .pipe(jshint.reporter(stylish)); -}); \ No newline at end of file +}); diff --git a/src/UI/Activity/ActivityLayoutTemplate.hbs b/src/UI/Activity/ActivityLayoutTemplate.hbs index c10fa733c..c9c08ecf7 100644 --- a/src/UI/Activity/ActivityLayoutTemplate.hbs +++ b/src/UI/Activity/ActivityLayoutTemplate.hbs @@ -1,4 +1,4 @@ -