diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-05-13 22:02:48 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-05-20 14:27:57 -0400 |
commit | 5ee324dd72dce71e09b80f5f1b9548683a54047c (patch) | |
tree | 3705f9d56e8124a67125d1e56654d97b32ad5a55 /demos/effect/easing.html | |
parent | e543253468398ab0c3f3603d9523a4673f1491ea (diff) | |
download | jquery-ui-5ee324dd72dce71e09b80f5f1b9548683a54047c.tar.gz jquery-ui-5ee324dd72dce71e09b80f5f1b9548683a54047c.zip |
Effects: Remove core event/alias and deprecated module dependencies
Diffstat (limited to 'demos/effect/easing.html')
-rw-r--r-- | demos/effect/easing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effect/easing.html b/demos/effect/easing.html index c70786d73..26d0a96b5 100644 --- a/demos/effect/easing.html +++ b/demos/effect/easing.html @@ -79,7 +79,7 @@ ctx.stroke(); // animate on click - graph.click(function() { + graph.on( "click", function() { wrap .animate( { height: "hide" }, 2000, name ) .delay( 800 ) |