Show
Ignore:
Timestamp:
10/09/08 07:07:37 (3 months ago)
Author:
drry
Message:
  • fixed typos.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/jsdeferred/trunk/test-jsdeferred.js

    r16975 r21018  
    135135                msg("register test"); 
    136136        }). 
    137         next(function () { msg("registed wait") }). 
     137        next(function () { msg("registered wait") }). 
    138138        wait(0.1). 
    139         next(function () { msg("registed loop") }). 
     139        next(function () { msg("registered loop") }). 
    140140        loop(1, function () {}). 
    141141        next(function (n) {