Skip to content

Commit a3cf3e6

Browse files
committed
Merge pull request animate-css#280 from asleepwalker/master
Fixed wrong format of the function's caption in readme
2 parents abbd36b + e5df7f3 commit a3cf3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ http://api.jquery.com/one/
3030
$('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething);
3131
```
3232

33-
**Note:** `jQuery#one` is used when you want to execute the event handler at most *once*. More information [here](http://api.jquery.com/one/).
33+
**Note:** `jQuery.one()` is used when you want to execute the event handler at most *once*. More information [here](http://api.jquery.com/one/).
3434

3535
You can change the duration of your animations, add a delay or change the number of times that it plays:
3636

0 commit comments

Comments
 (0)