Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a2f9e78

Browse files
Gias Kay Leemhevery
Gias Kay Lee
authored andcommitted
docs(): Rectify animator.animate documentation
1 parent 21c7072 commit a2f9e78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ng/animator.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ var $AnimatorProvider = function() {
262262
* @description
263263
* Triggers a custom animation event to be executed on the given element
264264
*
265-
* @param {jQuery/jqLite element} element that will be animated
265+
* @param {string} event the name of the custom event
266+
* @param {jQuery/jqLite element} element the element that will be animated
266267
*/
267268
animator.animate = function(event, element) {
268269
animateActionFactory(event, noop, noop)(element);

0 commit comments

Comments
 (0)