Permalink
Browse files
draggable: fixed 'o is not defined' exception
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
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);
|
|
|
}
|
|
|
});
|
|
|
|
0 comments on commit
c36da07