From 7224a82654701892301f8d26e10121aa1c9c8b1d Mon Sep 17 00:00:00 2001 From: Sarbbottam Bandyopadhyay Date: Fri, 7 Mar 2014 23:10:08 +0530 Subject: [PATCH] removed undesired function invocation parenthesis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 617d31e..b1d0e67 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ http://api.jquery.com/one/ --> ```javascript -$('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething()); +$('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething); ``` You can change the duration of your animations, add a delay or change the number of times that it plays: