js/controls/checkbox/checkbox.js in rsence-pre-2.3.0.15 vs js/controls/checkbox/checkbox.js in rsence-pre-2.3.0.16

- old
+ new

@@ -1,18 +1,12 @@ -/* RSence - * Copyright 2008 Riassence Inc. - * http://riassence.com/ - * - * You should have received a copy of the GNU General Public License along - * with this software package. If not, contact licensing@riassence.com - */ /*** = Description ** Simple checkbox component, toggles the value of ** itself between true and false. ***/ var//RSence.Controls HCheckbox = HButton.extend({ + componentName: 'checkbox', defaultEvents: { click: true },