Moves Deferred-related code into a separate module. Context handling has been simplif...
authorjaubourg <j@ubourg.net>
Thu, 3 Mar 2011 18:38:06 +0000 (19:38 +0100)
committerjaubourg <j@ubourg.net>
Thu, 3 Mar 2011 18:38:06 +0000 (19:38 +0100)
commit2d0bc7ce72ab8d64da0506a88c8cc543ce3ceaba
tree2079117d0da1dbe2500e3aa78c5f0ff60a453ba3
parentc1279895f3f33cacc08e508c2409b587c0e6a5a2
Moves Deferred-related code into a separate module. Context handling has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
17 files changed:
Makefile
src/core.js
src/deferred.js [new file with mode: 0644]
test/csp.php
test/data/offset/absolute.html
test/data/offset/body.html
test/data/offset/fixed.html
test/data/offset/relative.html
test/data/offset/scroll.html
test/data/offset/static.html
test/data/offset/table.html
test/index.html
test/localfile.html
test/networkerror.html
test/readywait.html
test/unit/core.js
test/unit/deferred.js [new file with mode: 0644]