[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:
@@ -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(
|
||||||
[],
|
[],
|
||||||
|
|||||||
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user