> Chrome 3 - fail OK, this is why there is no one "reference" browser. :P
Chrome has its own native Function.prototype.bind (see Chrome/Application/<version>/resources/inspector/base.js:897). And its own bind does not accept an array of arguments. This explains why bindWithEvent would always work, while bind was showing errors. I found the applicable code in NoobSlide to work around, but it's actually a bug in the whole environment (Moo on Chrome) -- I think. Will someone please make sure I am not going crazy? -- Sandy
