diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2009-01-16 05:27:20 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2009-01-16 05:27:20 +0000 |
commit | e8b6fa3d7570498a5e70b5d446d034db27040271 (patch) | |
tree | 09b6f4293764ecbe604674b0109cce00e90edd69 /ui/ui.resizable.js | |
parent | 0065499e53fe3a134aa6ed8d451c8f1c76326d5d (diff) | |
download | jquery-ui-e8b6fa3d7570498a5e70b5d446d034db27040271.tar.gz jquery-ui-e8b6fa3d7570498a5e70b5d446d034db27040271.zip |
Fixed #3843
Diffstat (limited to 'ui/ui.resizable.js')
-rw-r--r-- | ui/ui.resizable.js | 2 |
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); } } |