chore(animate): fix typo in a comment

This commit is contained in:
Lajos Veres
2014-02-27 09:26:38 +00:00
committed by Brian Ford
parent 8ae296823b
commit c34602007c

View File

@@ -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) {