]> source.dussan.org Git - jquery.git/commit
$.Callbacks, $.Topic and notify/progress on $.Deferred.
authorjaubourg <j@ubourg.net>
Mon, 12 Sep 2011 15:37:41 +0000 (17:37 +0200)
committertimmywil <timmywillisn@gmail.com>
Mon, 19 Sep 2011 19:42:30 +0000 (15:42 -0400)
commit4092e3d2754e3847cd3159edb23184d4cfd4cf03
tree79a0a58644939da906ec750281488beee862a41d
parent1878885fb7a09b65d95980a9b7dce2df2944e4f9
$.Callbacks, $.Topic and notify/progress on $.Deferred.
22 files changed:
.gitignore
Makefile
src/ajax.js
src/callbacks.js [new file with mode: 0644]
src/core.js
src/deferred.js
src/queue.js
src/topic.js [new file with mode: 0644]
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/data/support/bodyBackground.html
test/data/support/boxModelIE.html
test/data/support/hiddenIFrameFF.html
test/index.html
test/unit/callbacks.js [new file with mode: 0644]
test/unit/deferred.js
test/unit/topic.js [new file with mode: 0644]