Changeset 7350 for branches/0.4/tests/gfx/test_matrix.html
- Timestamp:
- 02/18/07 22:11:39 (21 months ago)
- Files:
-
- 1 modified
-
branches/0.4/tests/gfx/test_matrix.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/tests/gfx/test_matrix.html
r5507 r7350 20 20 }; 21 21 22 dojo. event.connect(dojo, "loaded",function(){22 dojo.addOnLoad(function(){ 23 23 var a = new dojo.gfx.matrix.Matrix2D(); 24 24 mdebug(a);