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

Commit bb8d86b

Browse files
committed
Remove unneeded import.
1 parent b04416d commit bb8d86b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/testability.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
function $$TestabilityProvider() {
5-
this.$get = ['$rootScope', '$browser', '$location', '$window',
6-
function($rootScope, $browser, $location, $window) {
5+
this.$get = ['$rootScope', '$browser', '$location',
6+
function($rootScope, $browser, $location) {
77

88
/**
99
* @name $testability

0 commit comments

Comments
 (0)