[Windowing] Remove variable

Excess variable used for CancelAction's
ReturnToBrowse. WTD 23.
This commit is contained in:
Shivam Dave 2015-06-25 14:28:38 -07:00
parent 5ba0f9d7a1
commit 3d0e0af7f2

View File

@ -50,11 +50,10 @@ define(
// Discard the current root view (which will be the editing // Discard the current root view (which will be the editing
// UI, which will have been pushed atop the Browise UI.) // UI, which will have been pushed atop the Browise UI.)
function returnToBrowse() { function returnToBrowse() {
var urlBrowse = $location.path(urlService.urlForLocation( $location.path($location.path(urlService.urlForLocation(
"browse", "browse",
domainObject domainObject
)); )));
$location.path(urlBrowse);
} }
return { return {