From 5ee324dd72dce71e09b80f5f1b9548683a54047c Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 13 May 2015 22:02:48 -0400 Subject: Effects: Remove core event/alias and deprecated module dependencies --- demos/effect/easing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/effect/easing.html') 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 ) -- cgit v1.2.3