aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.slider.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.slider.js')
-rw-r--r--ui/ui.slider.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/ui.slider.js b/ui/ui.slider.js
index 51bc01c9d..73877a21e 100644
--- a/ui/ui.slider.js
+++ b/ui/ui.slider.js
@@ -24,7 +24,6 @@ $.widget("ui.slider", {
plugins: {},
ui: function(e) {
return {
- instance: this,
options: this.options,
handle: this.currentHandle,
value: this.options.axis != "both" || !this.options.axis ? Math.round(this.value(null,this.options.axis == "vertical" ? "y" : "x")) : {