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

Commit

Permalink
chore(ngMock): remove unused $animate delegation methods
Browse files Browse the repository at this point in the history
  • Loading branch information
matsko authored and mhevery committed Aug 3, 2013
1 parent 85d705a commit 85f0d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngMock/angular-mocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ angular.mock.animate = angular.module('mock.animate', ['ng'])
}
};

forEach(['enter','leave','move','show','hide','addClass','removeClass'], function(method) {
forEach(['enter','leave','move','addClass','removeClass'], function(method) {
animate[method] = function() {
var params = arguments;
animate.queue.push({
Expand Down

0 comments on commit 85f0d4a

Please sign in to comment.