diff options
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 ) |