]> source.dussan.org Git - jquery-ui.git/commitdiff
Fixed #3843
authorEduardo Lundgren <eduardolundgren@gmail.com>
Fri, 16 Jan 2009 05:27:20 +0000 (05:27 +0000)
committerEduardo Lundgren <eduardolundgren@gmail.com>
Fri, 16 Jan 2009 05:27:20 +0000 (05:27 +0000)
ui/ui.resizable.js

index fd68b83285740b3ff75d392c73a566bf51c5d594..709468ce9fcc3c5ea23f9a9c6667d3c60f8386f8 100644 (file)
@@ -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);
 
                                }
                        }