[Windowing] Comment Adjusted
Changed window to tab in comments in file. WTF-16.
This commit is contained in:
@@ -30,8 +30,8 @@ define(
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The new window action allows a domain object to be opened
|
* The new tab action allows a domain object to be opened
|
||||||
* into a new browser window. (Currently this is a stub, present
|
* into a new browser tab. (Currently this is a stub, present
|
||||||
* to allow the control to appear in the appropriate location in
|
* to allow the control to appear in the appropriate location in
|
||||||
* the user interface.)
|
* the user interface.)
|
||||||
* @constructor
|
* @constructor
|
||||||
@@ -39,7 +39,7 @@ define(
|
|||||||
function NewTabAction($window) {
|
function NewTabAction($window) {
|
||||||
return {
|
return {
|
||||||
/**
|
/**
|
||||||
* Open the object in a new window
|
* Open the object in a new tab
|
||||||
*/
|
*/
|
||||||
perform: function () {
|
perform: function () {
|
||||||
// Places the current Url into a variable
|
// Places the current Url into a variable
|
||||||
|
|||||||
Reference in New Issue
Block a user