chore(injectorSpec.js): make jshint happy

...oops ._.
This commit is contained in:
Caitlin Potter
2014-10-09 08:40:25 -04:00
parent 372fa6993b
commit 944408edf8

View File

@@ -1001,8 +1001,8 @@ describe('strict-di injector', function() {
called = true;
// jshint -W040
expect(typeof this.$get).toBe('function');
// jshint +W040
return this;
// jshint +W040
}
module(function($provide) {
$provide.factory('$test', factoryFn);