[Windowing] New Tab Adjustment

Added NewTabAction to spec file and adjusted
it to new name. Also changed comment in
NewTabAction along with a code fix.
WTD-16.
This commit is contained in:
Shivam Dave
2015-06-22 15:44:09 -07:00
parent c7154447e2
commit 1c445e1ce3
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
/*global define,Promise*/ /*global define,Promise*/
/** /**
* Module defining NewWindowAction. Created by vwoeltje on 11/18/14. * Module defining NewTabAction (Originally NewWindowAction). Created by vwoeltje on 11/18/14.
*/ */
define( define(
[], [],

View File

@@ -22,8 +22,8 @@
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine,afterEach,window*/ /*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine,afterEach,window*/
define( define(
["../../src/windowing/NewWindowAction"], ["../../src/windowing/NewTabAction"],
function (NewWindowAction) { function (NewTabAction) {
"use strict"; "use strict";
describe("The new tab action", function () { describe("The new tab action", function () {