mirror of
https://github.com/nasa/openmct.git
synced 2025-04-23 02:13:52 +00:00
[Windowing] Comment Adjusted
Changed window to tab in comments in file. WTF-16.
This commit is contained in:
parent
1c445e1ce3
commit
d5a9019493
@ -30,8 +30,8 @@ define(
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* The new window action allows a domain object to be opened
|
||||
* into a new browser window. (Currently this is a stub, present
|
||||
* The new tab action allows a domain object to be opened
|
||||
* into a new browser tab. (Currently this is a stub, present
|
||||
* to allow the control to appear in the appropriate location in
|
||||
* the user interface.)
|
||||
* @constructor
|
||||
@ -39,7 +39,7 @@ define(
|
||||
function NewTabAction($window) {
|
||||
return {
|
||||
/**
|
||||
* Open the object in a new window
|
||||
* Open the object in a new tab
|
||||
*/
|
||||
perform: function () {
|
||||
// Places the current Url into a variable
|
||||
|
Loading…
x
Reference in New Issue
Block a user