Skip to content

Commit

Permalink
Fixed #3843
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Jan 16, 2009
1 parent 0065499 commit e8b6fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.resizable.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ $.ui.plugin.add("resizable", "animate", {


// propagating resize, and updating values for each animation step // propagating resize, and updating values for each animation step
self._updateCache(data); self._updateCache(data);
self._propagate("animate", event); self._propagate("resize", event);


} }
} }
Expand Down

0 comments on commit e8b6fa3

Please sign in to comment.