js/controls/radiobutton/radiobutton.js in rsence-2.0.0.10.pre vs js/controls/radiobutton/radiobutton.js in rsence-2.0.0.11

- old
+ new

@@ -28,14 +28,16 @@ ** group of radio buttons among its children. Each set of radio buttons ** should be assigned a separate parent—perhaps an empty HView that ** simply contains the radio buttons and does no drawing of its own. ***/ +var//RSence.Controls HRadioButton = HCheckbox.extend( - HValueMatrixComponentExtension + HValueMatrixInterface ); HRadioButton.prototype.componentName = 'radiobutton'; // Backwards compatibility +var//RSence.Controls HRadiobutton = HRadioButton;