Changeset 7776

Show
Ignore:
Timestamp:
03/24/07 02:34:52 (22 months ago)
Author:
alex
Message:

fix loading on IE. Refs #2609

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/tests/_base/lang.js

    r7705 r7776  
    142142                        t.assertEqual("bar", st2()[2]); 
    143143                        var st3 = dojo.hitch(null, thinger, "foo", "bar"); 
    144                 }, 
    145  
     144                } 
    146145        ] 
    147146);