aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2013-04-03 01:17:32 -0700
committerIgor Minar2013-04-03 02:15:03 -0700
commit556f9cc35ef1a4fb3551bd98b2efa9c63c77bb3b (patch)
tree0f9a36ca28b8a9f62e7bd75b296d9c19f8a25337
parent2845dd159087fc59eb29845a578f32c7c462e8e6 (diff)
downloadangular.js-556f9cc35ef1a4fb3551bd98b2efa9c63c77bb3b.tar.bz2
style(animator): style cleanup
-rw-r--r--src/ng/animator.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ng/animator.js b/src/ng/animator.js
index 4bd5ae3c..059e7684 100644
--- a/src/ng/animator.js
+++ b/src/ng/animator.js
@@ -65,7 +65,7 @@
* /*
* Keep in mind that you want to combine both CSS
* classes together to avoid any CSS-specificity
- * conflicts
+ * conflicts
* */
* .animate-enter-setup.animate-enter-start {
* /* The animation code itself */
@@ -118,7 +118,7 @@
* make sure your animations remember to fire off the done function once the animations are complete.
*
* @param {expression} ngAnimate Used to configure the DOM manipulation animations.
- *
+ *
*/
/**
@@ -268,7 +268,6 @@ var $AnimatorProvider = function() {
$window.setTimeout(done, duration * 1000);
} else {
- dump(3)
done();
}
}