script.js icon indicating copy to clipboard operation
script.js copied to clipboard

closure compiler warning on not operator at line 105

Open kofifus opened this issue 9 years ago • 0 comments

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 ?

kofifus avatar Mar 13 '16 05:03 kofifus