Changeset 5065
- Timestamp:
- 03/17/08 18:07:11 (10 months ago)
- Files:
-
- 1 modified
-
trunk/ui/ui.slider.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/ui.slider.js
r5064 r5065 122 122 .addClass('ui-slider-range') 123 123 .css({ position: 'absolute' }) 124 .css(this.properties[0], parseInt($(this.handle[0]).css(this.properties[0]),10) + this.handleSize(0)/2)125 .css(this.properties[1], parseInt($(this.handle[1]).css(this.properties[0]),10) - parseInt($(this.handle[0]).css(this.properties[0]),10))126 124 .appendTo(this.element); 125 this.updateRange(); 127 126 }, 128 127 updateRange: function() {
