From c34602007cc53211697ba7cda0b6a60a558c0bd9 Mon Sep 17 00:00:00 2001 From: Lajos Veres Date: Thu, 27 Feb 2014 09:26:38 +0000 Subject: chore(animate): fix typo in a comment --- src/ngAnimate/animate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ngAnimate') 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) { -- cgit v1.2.3