aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.slider.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-07 19:32:51 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-07 19:32:51 +0000
commitc94ffa276b5101275fe2234501417e92f018b439 (patch)
treef13b5d21ee09f12a25fb8cd9786250f40cd0dcaf /ui/ui.slider.js
parent94236b383407bfedb2db5b3317ec536e50afa1c4 (diff)
downloadjquery-ui-c94ffa276b5101275fe2234501417e92f018b439.tar.gz
jquery-ui-c94ffa276b5101275fe2234501417e92f018b439.zip
fixed #2928 - Plugin instances should not be exposed in the ui parameter of callbacks
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")) : {