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

Commit ab4b632

Browse files
karlcoelhopkozlowski-opensource
authored andcommitted
refactor(ngMessages): remove unused function argument
Closes #10652
1 parent 1b70407 commit ab4b632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMessages/messages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ angular.module('ngMessages', [])
380380
});
381381
}
382382
},
383-
detach: function(now) {
383+
detach: function() {
384384
if (element) {
385385
$animate.leave(element);
386386
element = null;

0 commit comments

Comments
 (0)