Changeset 3387 for lang/javascript/jsdeferred
- Timestamp:
- 12/21/07 07:24:50 (13 months ago)
- Location:
- lang/javascript/jsdeferred/trunk
- Files:
-
- 5 modified
-
jsdeferred.jquery.js (modified) (1 diff)
-
jsdeferred.js (modified) (1 diff)
-
jsdeferred.mini.js (modified) (1 diff)
-
jsdeferred.nodoc.js (modified) (1 diff)
-
jsdeferred.userscript.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/jsdeferred/trunk/jsdeferred.jquery.js
r3386 r3387 13 13 fail:function(err){return this._fire("ng",err)}, 14 14 cancel:function(){ 15 (this.canceller || function(){})(); if(this._next)this._next.cancel();return this.init();},15 (this.canceller || function(){})();return this.init();}, 16 16 _post:function(okng,fun){ 17 17 this._next=new Deferred();this._next.callback[okng]=fun;return this._next;}, -
lang/javascript/jsdeferred/trunk/jsdeferred.js
r3386 r3387 99 99 cancel : function () { 100 100 (this.canceller || function () {})(); 101 if (this._next) this._next.cancel();102 101 return this.init(); 103 102 }, -
lang/javascript/jsdeferred/trunk/jsdeferred.mini.js
r3386 r3387 13 13 fail:function(err){return this._fire("ng",err)}, 14 14 cancel:function(){ 15 (this.canceller || function(){})(); if(this._next)this._next.cancel();return this.init();},15 (this.canceller || function(){})();return this.init();}, 16 16 _post:function(okng,fun){ 17 17 this._next=new Deferred();this._next.callback[okng]=fun;return this._next;}, -
lang/javascript/jsdeferred/trunk/jsdeferred.nodoc.js
r3386 r3387 19 19 cancel : function () { 20 20 (this.canceller || function () {})(); 21 if (this._next) this._next.cancel();22 21 return this.init(); 23 22 }, -
lang/javascript/jsdeferred/trunk/jsdeferred.userscript.js
r3386 r3387 23 23 cancel : function () { 24 24 (this.canceller || function () {})(); 25 if (this._next) this._next.cancel();26 25 return this.init(); 27 26 },
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)