ded/script.js

closure compiler warning on not operator at line 105

Opened this issue · 0 comments

Running closure compiler I get

WARNING - Suspicious code. The result of the 'not' operator is not being used.
ready() : !function (key) {
^

why is there a '!' there ?