mirror of
https://github.com/nasa/openmct.git
synced 2025-04-21 01:21:19 +00:00
[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:
parent
c7154447e2
commit
1c445e1ce3
platform/commonUI/browse
@ -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 () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user