Show
Ignore:
Timestamp:
02/18/07 22:19:16 (23 months ago)
Author:
jburke
Message:

(merge from 0.4 branch) References #2366. Converting more tests to use dojo.addOnLoad()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/gfx/test_matrix.html

    r7346 r7351  
    2020}; 
    2121 
    22 dojo.event.connect(dojo, "loaded", function(){ 
     22dojo.addOnLoad(function(){ 
    2323        var m = dojo.gfx.matrix; 
    2424        var a = new m.Matrix2D();