js/controls/sliders/vslider/vslider.js in rsence-pre-2.3.0.15 vs js/controls/sliders/vslider/vslider.js in rsence-pre-2.3.0.16
- old
+ new
@@ -1,12 +1,5 @@
-/* RSence
- * Copyright 2006 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
** HVSlider (vertical version of the slider control) is a control unit that enables the user
** to choose a value in a range of values. Sliders support both dragging the handle and
** clicking the mouse anywhere on the slider to move the handle towards the mouse,
@@ -38,6 +31,5 @@
_isVertical: true,
orientations: ['w','e','c']
});
-