style(routeSpec.js): make jshint happy

This commit is contained in:
Caitlin Potter
2014-11-01 18:11:51 -04:00
parent b4770582f8
commit e69c1806a8

View File

@@ -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) {