Skip to content

Commit 556f9cc

Browse files
committed
style(animator): style cleanup
1 parent 2845dd1 commit 556f9cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ng/animator.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* /*
6666
* Keep in mind that you want to combine both CSS
6767
* classes together to avoid any CSS-specificity
68-
* conflicts
68+
* conflicts
6969
* */
7070
* .animate-enter-setup.animate-enter-start {
7171
* /* The animation code itself */
@@ -118,7 +118,7 @@
118118
* make sure your animations remember to fire off the done function once the animations are complete.
119119
*
120120
* @param {expression} ngAnimate Used to configure the DOM manipulation animations.
121-
*
121+
*
122122
*/
123123

124124
/**
@@ -268,7 +268,6 @@ var $AnimatorProvider = function() {
268268

269269
$window.setTimeout(done, duration * 1000);
270270
} else {
271-
dump(3)
272271
done();
273272
}
274273
}

0 commit comments

Comments
 (0)