Skip to content
Permalink
Browse files

style(routeSpec.js): make jshint happy

  • Loading branch information
caitp committed Nov 1, 2014
1 parent b477058 commit e69c1806a8c03b3db39bc13f0219a909997a3c95
Showing with 1 addition and 1 deletion.
  1. +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) {

0 comments on commit e69c180

Please sign in to comment.
You can’t perform that action at this time.