Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 520db0c

Browse files
pomerantsevIgorMinar
authored andcommitted
refactor(ngAnimate): remove unused function argument
Closes #9585
1 parent 4a85512 commit 520db0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngAnimate/animate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,7 @@ angular.module('ngAnimate', ['ng'])
17531753
// This will automatically be called by $animate so
17541754
// there is no need to attach this internally to the
17551755
// timeout done method.
1756-
function onEnd(cancelled) {
1756+
function onEnd() {
17571757
element.off(css3AnimationEvents, onAnimationProgress);
17581758
element.removeClass(activeClassName);
17591759
element.removeClass(pendingClassName);

0 commit comments

Comments
 (0)