aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 fd68b8328..709468ce9 100644
--- a/ui/ui.resizable.js
+++ b/ui/ui.resizable.js
@@ -670,7 +670,7 @@ $.ui.plugin.add("resizable", "animate", {
// propagating resize, and updating values for each animation step
self._updateCache(data);
- self._propagate("animate", event);
+ self._propagate("resize", event);
}
}