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

- old
+ new

@@ -1,12 +1,5 @@ -/* 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 ** A HRadioButton is a labeled, two-state button that's displayed in a group along ** with other similar buttons. The button itself is a round icon that has a filled ** center when the HRadioButton is turned on, and is empty when it's off. @@ -38,6 +31,5 @@ // Backwards compatibility var//RSence.Controls HRadiobutton = HRadioButton; -