reverted ng-animate stuff

This commit is contained in:
unknown
2015-09-02 18:00:53 +02:00
parent e92a40e670
commit 705f6ab7c4
+2 -2
View File
@@ -30,11 +30,11 @@ declare module angular.animate {
/**
* Globally enables / disables animations.
*
* @param element If provided then the element will be used to represent the enable/disable operation.
* @param value If provided then set the animation on or off.
* @param element If provided then the element will be used to represent the enable/disable operation.
* @returns current animation state
*/
enabled(element?: JQuery, value?: boolean): boolean;
enabled(value?: boolean, element?: JQuery): boolean;
/**
* Performs an inline animation on the element.