Permalink
Browse files
style(routeSpec.js): make jshint happy
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
test/ngRoute/routeSpec.js
|
|
@@ -300,7 +300,7 @@ describe('$route', function() { |
|
|
BaseRoute.prototype.templateUrl = 'foo.html'; |
|
|
|
|
|
module(function($routeProvider) { |
|
|
$routeProvider.when('/foo', new BaseRoute); |
|
|
$routeProvider.when('/foo', new BaseRoute()); |
|
|
}); |
|
|
|
|
|
inject(function($route, $location, $rootScope) { |
|
|
|