Added deferred to core. Used internally for DOM readyness and ajax callbacks.

This commit is contained in:
jaubourg 2010-12-20 19:09:15 +01:00 committed by jaubourg
parent 43828b7482
commit 39d96ab8c5

View file

@ -800,7 +800,7 @@ jQuery.extend({
deferred = {
// then( f1, f2, ...)
then: function () {
then: function() {
if ( ! cancelled ) {