ded / script.js

Asyncronous JavaScript loader and dependency manager
MIT License
2.95k stars 341 forks source link

closure compiler warning on not operator at line 105 #93

Open kofifus opened 8 years ago

kofifus commented 8 years ago

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 ?