On firefox I have endless console error logs about this, the interested section in the script.js is at the line 183:
for (var i in data) {
var currentMember = data[i]; // <- This line
if (typeof currentMember === 'function' || currentMember === null) {
continue;
}
//...
}
Can you figure out how to make it scream this log?