Implements joined jQuery.when statements. Makes it so calling jQuery.when with no...
authorjaubourg <j@ubourg.net>
Sun, 16 Jan 2011 16:41:39 +0000 (17:41 +0100)
committerjaubourg <j@ubourg.net>
Sun, 16 Jan 2011 16:41:39 +0000 (17:41 +0100)
commitc272f5f7da3473fd5ac85efe783a0d63608ec62b
treecd58b3b007888e3381c2520362b092343bf6c7ab
parentcfca6d3836476a233cf349abc5f433f1ba7b8feb
Implements joined jQuery.when statements. Makes it so calling jQuery.when with no parameter returns a resolved promise. Ensures promise method on promises supports the promise(obj) signature. Ensures a deferred and its promise always return the same promise (itself for the promise). Unit tests provided.
src/core.js
test/unit/core.js