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

Commit 85f0d4a

Browse files
matskomhevery
authored andcommitted
chore(ngMock): remove unused $animate delegation methods
1 parent 85d705a commit 85f0d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ angular.mock.animate = angular.module('mock.animate', ['ng'])
672672
}
673673
};
674674

675-
forEach(['enter','leave','move','show','hide','addClass','removeClass'], function(method) {
675+
forEach(['enter','leave','move','addClass','removeClass'], function(method) {
676676
animate[method] = function() {
677677
var params = arguments;
678678
animate.queue.push({

0 commit comments

Comments
 (0)