Changeset 7386 for branches/0.4/tests/widget/test_funcArgs.html
- Timestamp:
- 02/20/07 17:54:40 (23 months ago)
- Files:
-
- 1 modified
-
branches/0.4/tests/widget/test_funcArgs.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/tests/widget/test_funcArgs.html
r6231 r7386 19 19 dojo.debug('widget [' + this.widgetId + '] was clicked'); 20 20 } 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 }); 22 24 </script> 23 25 </head>