Changeset 7399

Show
Ignore:
Timestamp:
02/22/07 04:09:25 (23 months ago)
Author:
liucougar
Message:

fixes #2487

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/widget/Checkbox.js

    r7100 r7399  
    115115                                this.setValue(!this.checked); 
    116116                        } 
     117                        e.preventDefault(); 
    117118                        e.stopPropagation(); 
    118119                        this.onClick();