Skip to content

Commit b6426e2

Browse files
committed
Removed unused reference to
1 parent fab0e96 commit b6426e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/toastr.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
angular.module('toastr', [])
55
.factory('toastr', toastr);
66

7-
toastr.$inject = ['$animate', '$injector', '$document', '$rootScope', '$sce', 'toastrConfig', '$q'];
7+
toastr.$inject = ['$animate', '$injector', '$rootScope', '$sce', 'toastrConfig', '$q'];
88

9-
function toastr($animate, $injector, $document, $rootScope, $sce, toastrConfig, $q) {
9+
function toastr($animate, $injector, $rootScope, $sce, toastrConfig, $q) {
1010
var container;
1111
var index = 0;
1212
var toasts = [];

0 commit comments

Comments
 (0)