diff options
| author | Lajos Veres | 2014-02-27 09:26:38 +0000 | 
|---|---|---|
| committer | Brian Ford | 2014-02-27 01:44:25 -0800 | 
| commit | c34602007cc53211697ba7cda0b6a60a558c0bd9 (patch) | |
| tree | f1dd0b85ad7717587297d15709c8790c9d63fd55 | |
| parent | 8ae296823bacb26ab983a16395a4160f1c254276 (diff) | |
| download | angular.js-c34602007cc53211697ba7cda0b6a60a558c0bd9.tar.bz2 | |
chore(animate): fix typo in a comment
| -rw-r--r-- | src/ngAnimate/animate.js | 2 | 
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) { | 
