aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.resizable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.resizable.js')
-rw-r--r--ui/ui.resizable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.resizable.js b/ui/ui.resizable.js
index 13bbff57c..410d9f7ca 100644
--- a/ui/ui.resizable.js
+++ b/ui/ui.resizable.js
@@ -520,7 +520,7 @@ $.widget("ui.resizable", $.extend({}, $.ui.mouse, {
_propagate: function(n, event) {
$.ui.plugin.call(this, n, [event, this.ui()]);
-
+
(n != "resize" && this._trigger(n, event, this.ui()));
},