aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.slider.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-03-18 08:58:53 +0000
committerRichard Worth <rdworth@gmail.com>2009-03-18 08:58:53 +0000
commitb025e6725981c2dbfe7f34a4d4fb07451836aee2 (patch)
tree39be5209b9dff7d55b5f372953a33659ef3f3a76 /ui/ui.slider.js
parent67f1d4b6af833f1d947938866ad1debca47ad82c (diff)
downloadjquery-ui-b025e6725981c2dbfe7f34a4d4fb07451836aee2.tar.gz
jquery-ui-b025e6725981c2dbfe7f34a4d4fb07451836aee2.zip
Fixed #4318 - Slider: method destroy does not remove ui-slider-range
Diffstat (limited to 'ui/ui.slider.js')
-rw-r--r--ui/ui.slider.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.slider.js b/ui/ui.slider.js
index 24d38cc19..43cfd3b27 100644
--- a/ui/ui.slider.js
+++ b/ui/ui.slider.js
@@ -161,6 +161,7 @@ $.widget("ui.slider", $.extend({}, $.ui.mouse, {
destroy: function() {
this.handles.remove();
+ this.range.remove();
this.element
.removeClass("ui-slider"