mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-28 12:55:48 +08:00
style(routeSpec.js): make jshint happy
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user