Permalink
Browse files

Fixed #3843

  • Loading branch information...
1 parent 0065499 commit e8b6fa3d7570498a5e70b5d446d034db27040271 @eduardolundgren eduardolundgren committed Jan 16, 2009
Showing with 1 addition and 1 deletion.
  1. +1 −1 ui/ui.resizable.js
View
@@ -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);
}
}

0 comments on commit e8b6fa3

Please sign in to comment.