Changeset 7462
- Timestamp:
- 02/27/07 13:50:47 (23 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/form/Checkbox.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/form/Checkbox.js
r7276 r7462 114 114 this.setValue(!this.checked); 115 115 } 116 e.stopPropagation();116 dojo.event.browser.stopEvent(e); 117 117 this.onClick(); 118 118 },