aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.resizable.js
diff options
context:
space:
mode:
authorEduardo Lundgren <eduardolundgren@gmail.com>2009-01-16 05:27:20 +0000
committerEduardo Lundgren <eduardolundgren@gmail.com>2009-01-16 05:27:20 +0000
commite8b6fa3d7570498a5e70b5d446d034db27040271 (patch)
tree09b6f4293764ecbe604674b0109cce00e90edd69 /ui/ui.resizable.js
parent0065499e53fe3a134aa6ed8d451c8f1c76326d5d (diff)
downloadjquery-ui-e8b6fa3d7570498a5e70b5d446d034db27040271.tar.gz
jquery-ui-e8b6fa3d7570498a5e70b5d446d034db27040271.zip
Fixed #3843
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 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);
}
}