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

Commit 944408e

Browse files
committed
chore(injectorSpec.js): make jshint happy
...oops ._.
1 parent 372fa69 commit 944408e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auto/injectorSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1001,8 +1001,8 @@ describe('strict-di injector', function() {
10011001
called = true;
10021002
// jshint -W040
10031003
expect(typeof this.$get).toBe('function');
1004-
// jshint +W040
10051004
return this;
1005+
// jshint +W040
10061006
}
10071007
module(function($provide) {
10081008
$provide.factory('$test', factoryFn);

0 commit comments

Comments
 (0)