From e8b6fa3d7570498a5e70b5d446d034db27040271 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Fri, 16 Jan 2009 05:27:20 +0000 Subject: Fixed #3843 --- ui/ui.resizable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- cgit v1.2.3