aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/animator.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/animator.js')
-rw-r--r--src/ng/animator.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/animator.js b/src/ng/animator.js
index 04ef4a6e..faf2ed40 100644
--- a/src/ng/animator.js
+++ b/src/ng/animator.js
@@ -300,7 +300,7 @@ var $AnimatorProvider = function() {
total = Math.max(parseFloat(value) || 0, total);
});
return total;
- };
+ }
function beginAnimation() {
element.addClass(activeClassName);
@@ -360,7 +360,7 @@ var $AnimatorProvider = function() {
element.removeClass(activeClassName);
element.removeData(NG_ANIMATE_CONTROLLER);
}
- }
+ };
}
function show(element) {