js/foundation/control/control.js in rsence-2.0.0.10.pre vs js/foundation/control/control.js in rsence-2.0.0.11
- old
+ new
@@ -12,14 +12,11 @@
*
* Extend +HControl+ to suit your needs. See any component
* for extension reference.
*
**/
+var//RSence.Foundation
HControl = HView.extend({
-
-/** Component behaviour includes 'view' and 'control' as a default.
- **/
- componentBehaviour: ['view','control'],
/** A flag: when true, calls the +refreshValue+ method whenever
* +self.value+ is changed.
**/
refreshOnValueChange: true,