]> source.dussan.org Git - jquery.git/commit
Core: implement ready without Deferred
authorTimmy Willison <timmywillisn@gmail.com>
Tue, 19 Jan 2016 19:47:52 +0000 (14:47 -0500)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 4 Apr 2016 15:26:22 +0000 (11:26 -0400)
commit5cbb234dd3273d8e0bbd454fb431ad639c7242c1
treeb3882c863f2757e7e77f16e69a6cb1dbeaea8205
parent6072d150d61655ec07f714e1d58a0bd7baa5ec3f
Core: implement ready without Deferred

- Make jQuery.ready promise-compatible
- Gives up sync guarantee for post-ready callbacks

Fixes gh-1778
Fixes gh-1823
Close gh-2891
Gruntfile.js
build/tasks/build.js
src/core/ready-no-deferred.js [new file with mode: 0644]
src/core/ready.js
test/unit/ready.js