]> source.dussan.org Git - jquery.git/commit
Core: Re-throw errors that happened in callbacks wrapped in jQuery ready 3210/head
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 29 Jun 2016 12:19:04 +0000 (14:19 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Thu, 7 Jul 2016 08:23:06 +0000 (10:23 +0200)
commitad6a94c3f1747829082b85fd53ee2efbae879707
tree2b532c0d524d7848b70b16be0a7699fe2b42daec
parent25d8ccd1112d75394b91071ff7eba13283aaf898
Core: Re-throw errors that happened in callbacks wrapped in jQuery ready

Also, expose jQuery.readyException that allows to overwrite the default
ready error handler.

Fixes gh-3174
Closes gh-3210
src/core/ready.js
src/core/readyException.js [new file with mode: 0644]
test/unit/core.js