[Windowing] Remove variable
Excess variable used for CancelAction's ReturnToBrowse. WTD 23.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user