diff options
Diffstat (limited to 'src/ng/animation.js')
| -rw-r--r-- | src/ng/animation.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/animation.js b/src/ng/animation.js index 76cf943e..faed84ca 100644 --- a/src/ng/animation.js +++ b/src/ng/animation.js @@ -56,6 +56,6 @@ function $AnimationProvider($provide) { return $injector.get(animationName); } } - } + }; }]; -}; +} |
