aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngAnimate
diff options
context:
space:
mode:
authorLajos Veres2014-02-27 09:26:38 +0000
committerBrian Ford2014-02-27 01:44:25 -0800
commitc34602007cc53211697ba7cda0b6a60a558c0bd9 (patch)
treef1dd0b85ad7717587297d15709c8790c9d63fd55 /src/ngAnimate
parent8ae296823bacb26ab983a16395a4160f1c254276 (diff)
downloadangular.js-c34602007cc53211697ba7cda0b6a60a558c0bd9.tar.bz2
chore(animate): fix typo in a comment
Diffstat (limited to 'src/ngAnimate')
-rw-r--r--src/ngAnimate/animate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngAnimate/animate.js b/src/ngAnimate/animate.js
index 959dd55b..b4baf3e2 100644
--- a/src/ngAnimate/animate.js
+++ b/src/ngAnimate/animate.js
@@ -904,7 +904,7 @@ angular.module('ngAnimate', ['ng'])
}
}
- //it is less complicated to use a flag than managing and cancelling
+ //it is less complicated to use a flag than managing and canceling
//timeouts containing multiple callbacks.
function fireDOMOperation() {
if(!fireDOMOperation.hasBeenRun) {