aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/readyException.js
Commit message (Collapse)AuthorAgeFilesLines
* Core: Re-throw errors that happened in callbacks wrapped in jQuery readyMichał Gołębiowski2016-07-071-0/+13
Also, expose jQuery.readyException that allows to overwrite the default ready error handler. Fixes gh-3174 Closes gh-3210