diff options
| author | Anatoly Shikolay | 2013-05-07 00:56:51 -0400 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-05-09 15:01:22 +0100 |
| commit | 4ae4f1edd230affcf4a6675fd748f86665ce2f8b (patch) | |
| tree | bbf5be0d97c1417cab2c08e3d4f07644ab13460d /src/ng/animator.js | |
| parent | 40c36ee7feeb29c2024c37b7f88c7ad639bdda2f (diff) | |
| download | angular.js-4ae4f1edd230affcf4a6675fd748f86665ce2f8b.tar.bz2 | |
style(*): fix up semicolon and var usage
Diffstat (limited to 'src/ng/animator.js')
| -rw-r--r-- | src/ng/animator.js | 4 |
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) { |
