mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +00:00
[Windowing] Remove variable
Excess variable used for CancelAction's ReturnToBrowse. WTD 23.
This commit is contained in:
parent
5ba0f9d7a1
commit
3d0e0af7f2
@ -50,11 +50,10 @@ define(
|
||||
// Discard the current root view (which will be the editing
|
||||
// UI, which will have been pushed atop the Browise UI.)
|
||||
function returnToBrowse() {
|
||||
var urlBrowse = $location.path(urlService.urlForLocation(
|
||||
$location.path($location.path(urlService.urlForLocation(
|
||||
"browse",
|
||||
domainObject
|
||||
));
|
||||
$location.path(urlBrowse);
|
||||
)));
|
||||
}
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user