RobinBrouwer/gritter

JavaScript is leaking opt into the global namespace

libc opened this issue · 0 comments

libc commented

for(opt in $.gritter.options){

There should be var opt; in this function.