script.js
script.js copied to clipboard
closure compiler warning on not operator at line 105
Running closure compiler I get
- for https://github.com/ded/script.js/blob/master/src/script.js#L105
WARNING - Suspicious code. The result of the 'not' operator is not being used. ready() : !function (key) { ^
why is there a '!' there ?