Add return type to cancel fn in $animate

This commit is contained in:
Adi Dahiya
2014-10-08 00:06:13 -04:00
parent 05432c972c
commit df4413992a

View File

@@ -89,7 +89,7 @@ declare module ng.animate {
/**
* Cancels the provided animation.
*/
cancel(animationPromise: ng.IPromise<void>);
cancel(animationPromise: ng.IPromise<void>): void;
}
///////////////////////////////////////////////////////////////////////////