In Firefox if an error is thrown in an event handler attached using
addEventListener it will not make it to the window.onerror handler,
see: https://bugzilla.mozilla.org/show_bug.cgi?id=312448

The solution to this problem is to override jQuery.fn.bind with a
handler in a try/catch block.

Has anyone done this with strong familiarity with the jQuery.fn.bind?

Thanks,
Carl

Reply via email to