]> source.dussan.org Git - jquery.git/commit
Transform $.bindReady into $.ready.promise. It is now possible to use $.ready.promise...
authorjaubourg <j@ubourg.net>
Sat, 5 May 2012 23:05:03 +0000 (01:05 +0200)
committerjaubourg <j@ubourg.net>
Sat, 5 May 2012 23:05:03 +0000 (01:05 +0200)
commite3cf0e220c6cfaac18642f3d4db96698ea601791
treea846d95e1622ee7d27fa0a903d66715ee303baaf
parent714b8ffd2b28af446fea8f25e369597d7c509cb4
Transform $.bindReady into $.ready.promise. It is now possible to use $.ready.promise or $.when( $.ready ) to get the ready promise. Costs *1* byte min/gzipped. Unit test added.
src/core.js
test/data/event/promiseReady.html [new file with mode: 0644]
test/unit/event.js