Changeset 7399
- Timestamp:
- 02/22/07 04:09:25 (23 months ago)
- Files:
-
- 1 modified
-
trunk/src/widget/Checkbox.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/widget/Checkbox.js
r7100 r7399 115 115 this.setValue(!this.checked); 116 116 } 117 e.preventDefault(); 117 118 e.stopPropagation(); 118 119 this.onClick();