aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ui.draggable.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js
index e8524679b..bfad09ae0 100644
--- a/ui/ui.draggable.js
+++ b/ui/ui.draggable.js
@@ -592,6 +592,7 @@ $.ui.plugin.add("draggable", "opacity", {
t.css('opacity', o.opacity);
},
stop: function(event, ui) {
+ var o = $(this).data('draggable').options;
if(o._opacity) $(ui.helper).css('opacity', o._opacity);
}
});