diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js index 1f7215e2c..6179de03a 100644 --- a/ui/jquery.ui.resizable.js +++ b/ui/jquery.ui.resizable.js @@ -587,7 +587,7 @@ $.ui.plugin.add("resizable", "alsoResize", { }, stop: function (event, ui) { - var self = $(this).data("resizable"); + var self = $(this).data("resizable"), o = self.options; var _reset = function (exp) { $(exp).each(function() {