Skip to content

Commit e69c180

Browse files
committed
style(routeSpec.js): make jshint happy
1 parent b477058 commit e69c180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ngRoute/routeSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ describe('$route', function() {
300300
BaseRoute.prototype.templateUrl = 'foo.html';
301301

302302
module(function($routeProvider) {
303-
$routeProvider.when('/foo', new BaseRoute);
303+
$routeProvider.when('/foo', new BaseRoute());
304304
});
305305

306306
inject(function($route, $location, $rootScope) {

0 commit comments

Comments
 (0)