Show
Ignore:
Timestamp:
02/20/07 17:56:45 (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/widget/test_funcArgs.html

    r6231 r7388  
    1919                        dojo.debug('widget [' + this.widgetId + '] was clicked'); 
    2020                } 
    21                 dojo.widget.Button.prototype.onClick=function(){dojo.debug("default click handler"); } 
     21                dojo.addOnLoad(function(){ 
     22                        dojo.widget.Button.prototype.onClick=function(){dojo.debug("default click handler"); } 
     23                }); 
    2224        </script> 
    2325</head>