From d5a90194938eaae46e13361bcaed324bf0c39293 Mon Sep 17 00:00:00 2001 From: Shivam Dave Date: Mon, 22 Jun 2015 15:54:32 -0700 Subject: [PATCH] [Windowing] Comment Adjusted Changed window to tab in comments in file. WTF-16. --- platform/commonUI/browse/src/windowing/NewTabAction.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/commonUI/browse/src/windowing/NewTabAction.js b/platform/commonUI/browse/src/windowing/NewTabAction.js index 780caf05b4..5711e528c3 100644 --- a/platform/commonUI/browse/src/windowing/NewTabAction.js +++ b/platform/commonUI/browse/src/windowing/NewTabAction.js @@ -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