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
|
// 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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user