docs(): Rectify animator.animate documentation

This commit is contained in:
Gias Kay Lee 2013-05-23 14:02:52 +08:00 committed by Misko Hevery
parent 21c70729d9
commit a2f9e78a56

View file

@ -262,7 +262,8 @@ var $AnimatorProvider = function() {
* @description
* Triggers a custom animation event to be executed on the given element
*
* @param {jQuery/jqLite element} element that will be animated
* @param {string} event the name of the custom event
* @param {jQuery/jqLite element} element the element that will be animated
*/
animator.animate = function(event, element) {
animateActionFactory(event, noop, noop)(element);