Changes between Version 13 and Version 14 of jQuery/Deferred

Show
Ignore:
Timestamp:
12/05/07 01:29:23 (5 years ago)
Author:
cho45 (IP: 124.87.107.183)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jQuery/Deferred

    v13 v14  
    3333== Internal == 
    3434 
    35 This sections use some words as following meaning. 
     35This sections use some words as following meanings. 
    3636 
    3737 chain:: 
     
    100100}}} 
    101101 
    102 When the callback returns Deferred, the Deferred called the callback only sets its continuation (`_next`) to returned Deferred's continuation. 
     102When the callback returns Deferred, the Deferred calling the callback only sets its continuation (`_next`) to returned Deferred's continuation. 
    103103 
    104104{{{