mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-13 17:02:23 +08:00
chore(injectorSpec.js): make jshint happy
...oops ._.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user