mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
[Windowing] used
Used instead of window in the NewTabAction. WTD 16.
This commit is contained in:
@ -56,7 +56,7 @@ define(
|
|||||||
// (browse) and the domainObject is passed in and
|
// (browse) and the domainObject is passed in and
|
||||||
// the path is returned and opened in a new tab
|
// the path is returned and opened in a new tab
|
||||||
perform: function () {
|
perform: function () {
|
||||||
window.open(urlService.urlFor("browse", getSelectedObject()),
|
$window.open(urlService.urlFor("browse", getSelectedObject()),
|
||||||
"_blank");
|
"_blank");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user