deferred-js
deferred-js copied to clipboard
.then() must return a new promise, actually returns undefined
Hi according to http://api.jquery.com/deferred.then/
.then() must returns a new promise enabling the chaining of processing.
could you update the lib please ?
.pipe is deprecated by jQuery