js/foundation/control/controldefaults/controldefaults.js in rsence-2.0.0.10.pre vs js/foundation/control/controldefaults/controldefaults.js in rsence-2.0.0.11
- old
+ new
@@ -8,10 +8,11 @@
/*** = Description
** Define default setting here. Will be used, when no or invalid constructor
** options are supplied.
***/
+var//RSence.Foundation
HControlDefaults = HClass.extend({
/** The default label. A label is the "visual value" of a component that
* operates on a "hidden" value.
**/
@@ -51,9 +52,5 @@
/** The default initial maximum value of the component.
**/
maxValue: 2147483648
});
-
-// Alias for backwards-compatibility.
-HComponentDefaults = HControlDefaults;
-