We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae2968 commit c346020Copy full SHA for c346020
1 file changed
src/ngAnimate/animate.js
@@ -904,7 +904,7 @@ angular.module('ngAnimate', ['ng'])
904
}
905
906
907
- //it is less complicated to use a flag than managing and cancelling
+ //it is less complicated to use a flag than managing and canceling
908
//timeouts containing multiple callbacks.
909
function fireDOMOperation() {
910
if(!fireDOMOperation.hasBeenRun) {
0 commit comments