Browse Source

No need for evil:true. Function ctr not used.

Herby Vojčík 4 years ago
parent
commit
fa10e8b5df
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lang/base/helpers.js

+ 0 - 1
lang/base/helpers.js

@@ -31,7 +31,6 @@ define(["./boot", "./junk-drawer", "require"], function (boot, $goodies, require
     });
 
     function settingsInLocalStorage () {
-        //jshint evil:true
         var storage = 'localStorage' in global && global.localStorage;
 
         if (storage) {