From acbd7cdf320f0570fcc1952c8680d4c78bc8fa2c Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Fri, 11 Nov 2011 17:15:22 -0800 Subject: style(docs): make jslint happy - fix some warnings --- test/widgetsSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/widgetsSpec.js') diff --git a/test/widgetsSpec.js b/test/widgetsSpec.js index 63182374..2bb7bac2 100644 --- a/test/widgetsSpec.js +++ b/test/widgetsSpec.js @@ -506,7 +506,7 @@ describe("widget", function() { })); it('should be possible to nest ng:view in ng:include', inject(function() { - var injector = angular.injector('NG', 'NG_MOCK'); + var injector = angular.injector('ng', 'ngMock'); var myApp = injector('$rootScope'); var $browser = injector('$browser'); $browser.xhr.expectGET('includePartial.html').respond('view: '); -- cgit v1.2.3