I used JSLint on a JavaScript file of mine. It threw the error:
for( ind in evtListeners ) {
Problem at line 41 character 9:
This means that you should filter the properties of evtListeners with the hasOwnProperty method.