Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b0613c0

Browse files
committed
make jshint happy
1 parent 78d9504 commit b0613c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ngRoute/routeSpec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ describe('$route', function() {
10741074
}
10751075
};
10761076
};
1077-
};
1077+
}
10781078

10791079
function initLocationAndRouteServices(options) {
10801080
return module(function($provide, $locationProvider, $routeProvider) {
@@ -1089,7 +1089,7 @@ describe('$route', function() {
10891089
redirectTo: options.otherwiseRoute
10901090
});
10911091
});
1092-
};
1092+
}
10931093

10941094
describe('location watch for hashbang browsers with routing taken into account', function() {
10951095
beforeEach(initLocationAndRouteServices({html5Mode: true, history: false, matchingRoute: '/Home', otherwiseRoute: '/Home'}));

0 commit comments

Comments
 (0)