issues
search
cho45
/
jsdeferred
Asynchronous library in JavaScript. Standalone and Compact.
http://cho45.stfuawsc.com/jsdeferred/
332
stars
48
forks
source link
jQuery binding should treat jQuery.Deferred as our Deferred.
#17
Closed
cho45
closed
12 years ago
cho45
commented
12 years ago
If jQuery.Deferred was returned from callback, JSDeferred should wait it.
Function parallel should accept jQuery.Deferred
Function earlier should accept jQuery.Deferred
Binding should implement function which converts jQuery.Deferred to our Deferred object.
cho45
commented
12 years ago
Implemented