[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
platform/commonUI/browse
src/windowing
test/windowing

@ -22,7 +22,7 @@
/*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(
[],

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