Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
681
Star
10,333
Fork
4,725
jquery
/
jquery-ui
Code
Pull requests
27
Projects
0
Insights
Permalink
Browse files
Fixed #3843
Loading branch information
...
1 parent
0065499
commit
e8b6fa3d7570498a5e70b5d446d034db27040271
eduardolundgren
committed
Jan 16, 2009
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
ui/ui.resizable.js
Show comments
View
2
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
);
}
}
Toggle all file notes
0 comments on commit
e8b6fa3
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
e8b6fa3