Changeset 9616

Show
Ignore:
Timestamp:
07/12/07 13:34:55 (18 months ago)
Author:
blowery
Message:

refs #3742. fixup little whitespace issue.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/_base/array.js

    r9615 r9616  
    1717        }else if(Array.prototype.forEach){ 
    1818                // safari3 only exposes the fast methods on the prototype 
    19                 for(var x=0; x<tn.length; x++) { 
     19                for(var x=0; x<tn.length; x++){ 
    2020                        d[tn[x]] = makeCall(tn[x]);  // have to do this to bind the looped var 
    2121                }