mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
[Windowing] Tabbing Rename
Renamed all instances of NewWindow to be NewTab instead. WTD-16.
This commit is contained in:
@ -36,7 +36,7 @@ define(
|
||||
* the user interface.)
|
||||
* @constructor
|
||||
*/
|
||||
function NewWindowAction($window) {
|
||||
function NewTabAction($window) {
|
||||
return {
|
||||
/**
|
||||
* Open the object in a new window
|
||||
@ -49,6 +49,6 @@ define(
|
||||
};
|
||||
}
|
||||
|
||||
return NewWindowAction;
|
||||
return NewTabAction;
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user