I noticed a strange problem when enabling the "break on exception" feature, in Firefox or Chrome/Chromium. It stops on
push.apply( results,
newContext.querySelectorAll( newSelector )
);
even though apparently there is no error on this line. Is this an issue with jQuery, or Firefox?
When I turn off the pause-on-exception, it doesn't show exceptions in console.
The top caller on the stack was jQuery.fx.tick
at the time of exception.