[Addressability] Fix code style

Change code style to satisfy JSLint for changes from WTD-1149.
This commit is contained in:
Victor Woeltjen 2015-06-16 16:10:31 -07:00
parent 5849f8afe2
commit ee69eb3a01

View File

@ -55,6 +55,8 @@ define(
}),
priorRoute = $route.current,
// Act as if params HADN'T changed to avoid page reload
unlisten;
unlisten = $scope.$on('$locationChangeSuccess', function () {
$route.current = priorRoute;
unlisten();