Changes between Version 17 and Version 18 of JSDeferred

Show
Ignore:
Timestamp:
07/08/08 01:46:37 (5 years ago)
Author:
cho45 (IP: 61.205.224.104)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSDeferred

    v17 v18  
    113113next(function () { // this `next` is global function 
    114114    alert("1"); 
    115 }. 
     115}). 
    116116next(function () { // this `next` is Deferred#next 
    117117    alert("2");