[Build] Remove boilerplate from scripts

No longer necessary after JSHint configuration.
This commit is contained in:
Victor Woeltjen 2016-03-04 10:46:38 -08:00
parent 9f840aa0fd
commit ac5ac8d34e
778 changed files with 0 additions and 1547 deletions

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define([ define([
"text!./res/templates/about-dialog.html", "text!./res/templates/about-dialog.html",
@ -48,7 +47,6 @@ define([
licensesExportMdTemplate, licensesExportMdTemplate,
legacyRegistry legacyRegistry
) { ) {
"use strict";
legacyRegistry.register("platform/commonUI/about", { legacyRegistry.register("platform/commonUI/about", {
"name": "About Open MCT Web", "name": "About Open MCT Web",

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
/** /**
@ -29,7 +28,6 @@
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* The AboutController provides information to populate the * The AboutController provides information to populate the

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Provides extension-introduced licenses information to the * Provides extension-introduced licenses information to the

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* The LogoController provides functionality to the application * The LogoController provides functionality to the application

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
define( define(
['../src/AboutController'], ['../src/AboutController'],
function (AboutController) { function (AboutController) {
"use strict";
describe("The About controller", function () { describe("The About controller", function () {
var testVersions, var testVersions,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
define( define(
['../src/LicenseController'], ['../src/LicenseController'],
function (LicenseController) { function (LicenseController) {
"use strict";
describe("The License controller", function () { describe("The License controller", function () {
var testLicenses, var testLicenses,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
define( define(
['../src/LogoController'], ['../src/LogoController'],
function (LogoController) { function (LogoController) {
"use strict";
describe("The About controller", function () { describe("The About controller", function () {
var mockOverlayService, var mockOverlayService,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define([ define([
"./src/BrowseController", "./src/BrowseController",
@ -80,7 +79,6 @@ define([
inspectorRegionTemplate, inspectorRegionTemplate,
legacyRegistry legacyRegistry
) { ) {
"use strict";
legacyRegistry.register("platform/commonUI/browse", { legacyRegistry.register("platform/commonUI/browse", {
"extensions": { "extensions": {

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise, confirm*/
/** /**
* This bundle implements Browse mode. * This bundle implements Browse mode.
@ -30,7 +29,6 @@ define(
'../../../representation/src/gestures/GestureConstants' '../../../representation/src/gestures/GestureConstants'
], ],
function (GestureConstants) { function (GestureConstants) {
"use strict";
var ROOT_ID = "ROOT"; var ROOT_ID = "ROOT";

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Controller for the `browse-object` representation of a domain * Controller for the `browse-object` representation of a domain

View File

@ -19,14 +19,12 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,window*/
define( define(
[ [
'../../regions/src/Region' '../../regions/src/Region'
], ],
function (Region) { function (Region) {
"use strict";
/** /**
* Defines the a default Inspector region. Captured in a class to * Defines the a default Inspector region. Captured in a class to

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
/** /**
* Module defining MenuArrowController. Created by shale on 06/30/2015. * Module defining MenuArrowController. Created by shale on 06/30/2015.
@ -27,7 +26,6 @@
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* A left-click on the menu arrow should display a * A left-click on the menu arrow should display a

View File

@ -19,13 +19,11 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Controller to provide the ability to show/hide the tree in * Controller to provide the ability to show/hide the tree in

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
/** /**
* Module defining AddAction. Created by ahenry on 01/21/16. * Module defining AddAction. Created by ahenry on 01/21/16.
@ -29,7 +28,6 @@ define(
'./CreateWizard' './CreateWizard'
], ],
function (CreateWizard) { function (CreateWizard) {
"use strict";
/** /**
* The Add Action is performed to create new instances of * The Add Action is performed to create new instances of

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
/** /**
* Module defining AddActionProvider.js. Created by ahenry on 01/21/16. * Module defining AddActionProvider.js. Created by ahenry on 01/21/16.
@ -27,7 +26,6 @@
define( define(
["./AddAction"], ["./AddAction"],
function (AddAction) { function (AddAction) {
"use strict";
/** /**
* The AddActionProvider is an ActionProvider which introduces * The AddActionProvider is an ActionProvider which introduces

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
/** /**
* Module defining CreateAction. Created by vwoeltje on 11/10/14. * Module defining CreateAction. Created by vwoeltje on 11/10/14.
@ -30,7 +29,6 @@ define(
'../../../edit/src/objects/EditableDomainObject' '../../../edit/src/objects/EditableDomainObject'
], ],
function (CreateWizard, EditableDomainObject) { function (CreateWizard, EditableDomainObject) {
"use strict";
/** /**
* The Create Action is performed to create new instances of * The Create Action is performed to create new instances of

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
/** /**
* Module defining CreateActionProvider.js. Created by vwoeltje on 11/10/14. * Module defining CreateActionProvider.js. Created by vwoeltje on 11/10/14.
@ -27,7 +26,6 @@
define( define(
["./CreateAction"], ["./CreateAction"],
function (CreateAction) { function (CreateAction) {
"use strict";
/** /**
* The CreateActionProvider is an ActionProvider which introduces * The CreateActionProvider is an ActionProvider which introduces

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
/** /**
* Module defining CreateMenuController. Created by vwoeltje on 11/10/14. * Module defining CreateMenuController. Created by vwoeltje on 11/10/14.
@ -27,7 +26,6 @@
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Controller for the Create menu; maintains an up-to-date * Controller for the Create menu; maintains an up-to-date

View File

@ -19,11 +19,9 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
function () { function () {
'use strict';
/** /**
* A class for capturing user input data from an object creation * A class for capturing user input data from an object creation

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* A policy for determining whether objects of a given type can be * A policy for determining whether objects of a given type can be

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
/** /**
* Module defining CreateService. Created by vwoeltje on 11/10/14. * Module defining CreateService. Created by vwoeltje on 11/10/14.
@ -27,7 +26,6 @@
define( define(
[], [],
function () { function () {
"use strict";
var NON_PERSISTENT_WARNING = var NON_PERSISTENT_WARNING =
"Tried to create an object in non-persistent container.", "Tried to create an object in non-persistent container.",

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Controller for the "locator" control, which provides the * Controller for the "locator" control, which provides the

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
/** /**
* Module defining NavigateAction. Created by vwoeltje on 11/10/14. * Module defining NavigateAction. Created by vwoeltje on 11/10/14.
@ -27,7 +26,6 @@
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* The navigate action navigates to a specific domain object. * The navigate action navigates to a specific domain object.

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
/** /**
* Module defining NavigationService. Created by vwoeltje on 11/10/14. * Module defining NavigationService. Created by vwoeltje on 11/10/14.
@ -27,7 +26,6 @@
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* The navigation service maintains the application's current * The navigation service maintains the application's current

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,screenfull,Promise*/
/** /**
* Module defining FullscreenAction. Created by vwoeltje on 11/18/14. * Module defining FullscreenAction. Created by vwoeltje on 11/18/14.
@ -27,7 +26,6 @@
define( define(
["screenfull"], ["screenfull"],
function () { function () {
"use strict";
var ENTER_FULLSCREEN = "Enter full screen mode", var ENTER_FULLSCREEN = "Enter full screen mode",
EXIT_FULLSCREEN = "Exit full screen mode"; EXIT_FULLSCREEN = "Exit full screen mode";

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
/** /**
* Module defining NewTabAction (Originally NewWindowAction). Created by vwoeltje on 11/18/14. * Module defining NewTabAction (Originally NewWindowAction). Created by vwoeltje on 11/18/14.
@ -27,7 +26,6 @@
define( define(
[], [],
function () { function () {
"use strict";
var ROOT_ID = "ROOT", var ROOT_ID = "ROOT",
DEFAULT_PATH = "/mine"; DEFAULT_PATH = "/mine";
/** /**

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Updates the title of the current window to reflect the name * Updates the title of the current window to reflect the name

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine,xit,xdescribe*/
/** /**
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14. * MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../src/BrowseController"], ["../src/BrowseController"],
function (BrowseController) { function (BrowseController) {
"use strict";
describe("The browse controller", function () { describe("The browse controller", function () {
var mockScope, var mockScope,

View File

@ -19,13 +19,11 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
define( define(
["../src/BrowseObjectController"], ["../src/BrowseObjectController"],
function (BrowseObjectController) { function (BrowseObjectController) {
"use strict";
describe("The browse object controller", function () { describe("The browse object controller", function () {
var mockScope, var mockScope,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/** /**
* MCTIncudeSpec. Created by vwoeltje on 11/6/14. * MCTIncudeSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../src/InspectorRegion"], ["../src/InspectorRegion"],
function (InspectorRegion) { function (InspectorRegion) {
"use strict";
describe("The inspector region", function () { describe("The inspector region", function () {
var inspectorRegion; var inspectorRegion;

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/** /**
* MenuArrowControllerSpec. Created by shale on 07/02/2015. * MenuArrowControllerSpec. Created by shale on 07/02/2015.
@ -27,7 +26,6 @@
define( define(
["../src/MenuArrowController"], ["../src/MenuArrowController"],
function (MenuArrowController) { function (MenuArrowController) {
"use strict";
describe("The menu arrow controller ", function () { describe("The menu arrow controller ", function () {
var mockScope, var mockScope,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
define( define(
["../src/PaneController"], ["../src/PaneController"],
function (PaneController) { function (PaneController) {
'use strict';
describe("The PaneController", function () { describe("The PaneController", function () {
var mockScope, var mockScope,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine,xit,xdescribe*/
/** /**
* MCTRepresentationSpec. Created by ahenry on 01/21/14. * MCTRepresentationSpec. Created by ahenry on 01/21/14.
@ -27,7 +26,6 @@
define( define(
["../../src/creation/AddActionProvider"], ["../../src/creation/AddActionProvider"],
function (AddActionProvider) { function (AddActionProvider) {
"use strict";
describe("The add action provider", function () { describe("The add action provider", function () {
var mockTypeService, var mockTypeService,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine,xit,xdescribe*/
/** /**
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14. * MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../../src/creation/CreateActionProvider"], ["../../src/creation/CreateActionProvider"],
function (CreateActionProvider) { function (CreateActionProvider) {
"use strict";
describe("The create action provider", function () { describe("The create action provider", function () {
var mockTypeService, var mockTypeService,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine,xit,xdescribe*/
/** /**
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14. * MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../../src/creation/CreateAction"], ["../../src/creation/CreateAction"],
function (CreateAction) { function (CreateAction) {
"use strict";
describe("The create action", function () { describe("The create action", function () {
var mockType, var mockType,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/** /**
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14. * MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../../src/creation/CreateMenuController"], ["../../src/creation/CreateMenuController"],
function (CreateMenuController) { function (CreateMenuController) {
"use strict";
describe("The create menu controller", function () { describe("The create menu controller", function () {
var mockScope, var mockScope,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/** /**
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14. * MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../../src/creation/CreateWizard"], ["../../src/creation/CreateWizard"],
function (CreateWizard) { function (CreateWizard) {
"use strict";
describe("The create wizard", function () { describe("The create wizard", function () {
var mockType, var mockType,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine*/
define( define(
["../../src/creation/CreationPolicy"], ["../../src/creation/CreationPolicy"],
function (CreationPolicy) { function (CreationPolicy) {
"use strict";
describe("The creation policy", function () { describe("The creation policy", function () {
var mockType, var mockType,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/** /**
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14. * MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../../src/creation/CreationService"], ["../../src/creation/CreationService"],
function (CreationService) { function (CreationService) {
"use strict";
describe("The creation service", function () { describe("The creation service", function () {
var mockQ, var mockQ,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/** /**
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14. * MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../../src/creation/LocatorController"], ["../../src/creation/LocatorController"],
function (LocatorController) { function (LocatorController) {
"use strict";
describe("The locator controller", function () { describe("The locator controller", function () {
var mockScope, var mockScope,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/** /**
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14. * MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../../src/navigation/NavigateAction"], ["../../src/navigation/NavigateAction"],
function (NavigateAction) { function (NavigateAction) {
"use strict";
describe("The navigate action", function () { describe("The navigate action", function () {
var mockNavigationService, var mockNavigationService,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/** /**
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14. * MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../../src/navigation/NavigationService"], ["../../src/navigation/NavigationService"],
function (NavigationService) { function (NavigationService) {
"use strict";
describe("The navigation service", function () { describe("The navigation service", function () {
var navigationService; var navigationService;

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine,afterEach,window*/
/** /**
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14. * MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../../src/windowing/FullscreenAction"], ["../../src/windowing/FullscreenAction"],
function (FullscreenAction) { function (FullscreenAction) {
"use strict";
describe("The fullscreen action", function () { describe("The fullscreen action", function () {
var action, var action,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine,afterEach,window*/
define( define(
["../../src/windowing/NewTabAction"], ["../../src/windowing/NewTabAction"],
function (NewTabAction) { function (NewTabAction) {
"use strict";
describe("The new tab action", function () { describe("The new tab action", function () {
var actionSelected, var actionSelected,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/** /**
* WindowTitlerSpec. Created by vwoeltje on 11/6/14. * WindowTitlerSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../../src/windowing/WindowTitler"], ["../../src/windowing/WindowTitler"],
function (WindowTitler) { function (WindowTitler) {
"use strict";
describe("The window titler", function () { describe("The window titler", function () {
var mockNavigationService, var mockNavigationService,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define([ define([
"./src/DialogService", "./src/DialogService",
@ -44,7 +43,6 @@ define([
overlayTemplate, overlayTemplate,
legacyRegistry legacyRegistry
) { ) {
"use strict";
legacyRegistry.register("platform/commonUI/dialog", { legacyRegistry.register("platform/commonUI/dialog", {
"extensions": { "extensions": {

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
/** /**
* This bundle implements the dialog service, which can be used to * This bundle implements the dialog service, which can be used to
@ -29,7 +28,6 @@
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* The dialog service is responsible for handling window-modal * The dialog service is responsible for handling window-modal
* communication with the user, such as displaying forms for user * communication with the user, such as displaying forms for user

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
// Template to inject into the DOM to show the dialog; really just points to // Template to inject into the DOM to show the dialog; really just points to
// the a specific template that can be included via mct-include // the a specific template that can be included via mct-include

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/** /**
* MCTIncudeSpec. Created by vwoeltje on 11/6/14. * MCTIncudeSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../src/DialogService"], ["../src/DialogService"],
function (DialogService) { function (DialogService) {
"use strict";
describe("The dialog service", function () { describe("The dialog service", function () {
var mockOverlayService, var mockOverlayService,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/** /**
* MCTIncudeSpec. Created by vwoeltje on 11/6/14. * MCTIncudeSpec. Created by vwoeltje on 11/6/14.
@ -27,7 +26,6 @@
define( define(
["../src/OverlayService"], ["../src/OverlayService"],
function (OverlayService) { function (OverlayService) {
"use strict";
describe("The overlay service", function () { describe("The overlay service", function () {
var mockDocument, var mockDocument,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define([ define([
"./src/controllers/EditActionController", "./src/controllers/EditActionController",
@ -66,7 +65,6 @@ define([
topbarEditTemplate, topbarEditTemplate,
legacyRegistry legacyRegistry
) { ) {
"use strict";
legacyRegistry.register("platform/commonUI/edit", { legacyRegistry.register("platform/commonUI/edit", {
"extensions": { "extensions": {

View File

@ -19,11 +19,9 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
function () { function () {
'use strict';
/** /**
* The "Cancel" action; the action triggered by clicking Cancel from * The "Cancel" action; the action triggered by clicking Cancel from

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
/** /**
* Module defining EditAction. Created by vwoeltje on 11/14/14. * Module defining EditAction. Created by vwoeltje on 11/14/14.
@ -27,7 +26,6 @@
define( define(
['../objects/EditableDomainObject'], ['../objects/EditableDomainObject'],
function (EditableDomainObject) { function (EditableDomainObject) {
"use strict";
// A no-op action to return in the event that the action cannot // A no-op action to return in the event that the action cannot
// be completed. // be completed.

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
/** /**
* Edit the properties of a domain object. Shows a dialog * Edit the properties of a domain object. Shows a dialog
@ -29,7 +28,6 @@
define( define(
['./PropertiesDialog'], ['./PropertiesDialog'],
function (PropertiesDialog) { function (PropertiesDialog) {
'use strict';
/** /**
* Implements the "Edit Properties" action, which prompts the user * Implements the "Edit Properties" action, which prompts the user

View File

@ -19,11 +19,9 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
function () { function () {
'use strict';
/** /**
* Construct a new Properties dialog. * Construct a new Properties dialog.

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
/** /**
* Module defining RemoveAction. Created by vwoeltje on 11/17/14. * Module defining RemoveAction. Created by vwoeltje on 11/17/14.
@ -27,7 +26,6 @@
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Construct an action which will remove the provided object manifestation. * Construct an action which will remove the provided object manifestation.

View File

@ -19,14 +19,12 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
/*jslint es5: true */ /*jslint es5: true */
define( define(
['../../../browse/src/creation/CreateWizard'], ['../../../browse/src/creation/CreateWizard'],
function (CreateWizard) { function (CreateWizard) {
'use strict';
/** /**
* The "Save" action; the action triggered by clicking Save from * The "Save" action; the action triggered by clicking Save from

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
function () { function () {
'use strict';
var DISALLOWED_ACTIONS = ["move", "copy", "link", "window", "follow"]; var DISALLOWED_ACTIONS = ["move", "copy", "link", "window", "follow"];
/** /**
* Editable Action Capability. Overrides the action capability * Editable Action Capability. Overrides the action capability

View File

@ -19,13 +19,11 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
['./EditableLookupCapability'], ['./EditableLookupCapability'],
function (EditableLookupCapability) { function (EditableLookupCapability) {
'use strict';
/** /**
* Wrapper for the "composition" capability; * Wrapper for the "composition" capability;

View File

@ -19,13 +19,11 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
['./EditableLookupCapability'], ['./EditableLookupCapability'],
function (EditableLookupCapability) { function (EditableLookupCapability) {
'use strict';
/** /**
* Wrapper for the "context" capability; * Wrapper for the "context" capability;

View File

@ -19,13 +19,11 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
['./EditableLookupCapability'], ['./EditableLookupCapability'],
function (EditableLookupCapability) { function (EditableLookupCapability) {
'use strict';
/** /**
* Wrapper for the "instantiation" capability; * Wrapper for the "instantiation" capability;

View File

@ -19,13 +19,11 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
'use strict';
/** /**
* Wrapper for both "context" and "composition" capabilities; * Wrapper for both "context" and "composition" capabilities;

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
function () { function () {
'use strict';
/** /**
* Editable Persistence Capability. Overrides the persistence capability * Editable Persistence Capability. Overrides the persistence capability

View File

@ -19,13 +19,11 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
['./EditableLookupCapability'], ['./EditableLookupCapability'],
function (EditableLookupCapability) { function (EditableLookupCapability) {
'use strict';
/** /**
* Wrapper for the "relationship" capability; * Wrapper for the "relationship" capability;

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
'use strict';
/** /**

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
/** /**
* Module defining EditActionController. Created by vwoeltje on 11/17/14. * Module defining EditActionController. Created by vwoeltje on 11/17/14.
@ -27,7 +26,6 @@
define( define(
[], [],
function () { function () {
"use strict";
var ACTION_CONTEXT = { category: 'conclude-editing' }; var ACTION_CONTEXT = { category: 'conclude-editing' };

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
/** /**
* This bundle implements Edit mode. * This bundle implements Edit mode.
@ -28,7 +27,6 @@
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Controller which is responsible for populating the scope for * Controller which is responsible for populating the scope for

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Supports the Library and Elements panes in Edit mode. * Supports the Library and Elements panes in Edit mode.

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,Promise*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* The ElementsController prepares the elements view for display * The ElementsController prepares the elements view for display

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Defines the `mct-before-unload` directive. The expression bound * Defines the `mct-before-unload` directive. The expression bound

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
/** /**
* Defines EditableDomainObject, which wraps domain objects * Defines EditableDomainObject, which wraps domain objects
@ -51,7 +50,6 @@ define(
EditableActionCapability, EditableActionCapability,
EditableDomainObjectCache EditableDomainObjectCache
) { ) {
"use strict";
var capabilityFactories = { var capabilityFactories = {
persistence: EditablePersistenceCapability, persistence: EditablePersistenceCapability,

View File

@ -19,7 +19,6 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
/* /*
@ -36,7 +35,6 @@
define( define(
["./EditableModelCache"], ["./EditableModelCache"],
function (EditableModelCache) { function (EditableModelCache) {
'use strict';
/** /**
* Construct a new cache for editable domain objects. This can be used * Construct a new cache for editable domain objects. This can be used

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* An editable model cache stores domain object models that have been * An editable model cache stores domain object models that have been

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Policy controlling when the `edit` and/or `properties` actions * Policy controlling when the `edit` and/or `properties` actions

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Policy controlling whether navigation events should proceed * Policy controlling whether navigation events should proceed

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Policy controlling which views should be visible in Edit mode. * Policy controlling which views should be visible in Edit mode.

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* The EditRepresenter is responsible for implementing * The EditRepresenter is responsible for implementing

View File

@ -19,11 +19,9 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
// Utility functions for reducing truth arrays // Utility functions for reducing truth arrays
function and(a, b) { return a && b; } function and(a, b) { return a && b; }

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
['./EditToolbar', './EditToolbarSelection'], ['./EditToolbar', './EditToolbarSelection'],
function (EditToolbar, EditToolbarSelection) { function (EditToolbar, EditToolbarSelection) {
"use strict";
// No operation // No operation
var NOOP_REPRESENTER = { var NOOP_REPRESENTER = {

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define( define(
[], [],
function () { function () {
"use strict";
/** /**
* Tracks selection state for editable views. Selection is * Tracks selection state for editable views. Selection is

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine,xit,xdescribe*/
define( define(
["../../src/actions/CancelAction"], ["../../src/actions/CancelAction"],
function (CancelAction) { function (CancelAction) {
"use strict";
//TODO: Disabled for NEM Beta //TODO: Disabled for NEM Beta
xdescribe("The Cancel action", function () { xdescribe("The Cancel action", function () {

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine,xit,xdescribe*/
define( define(
["../../src/actions/EditAction"], ["../../src/actions/EditAction"],
function (EditAction) { function (EditAction) {
"use strict";
describe("The Edit action", function () { describe("The Edit action", function () {
var mockLocation, var mockLocation,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine,spyOn*/
define( define(
["../../src/actions/LinkAction"], ["../../src/actions/LinkAction"],
function (LinkAction) { function (LinkAction) {
"use strict";
describe("The Link action", function () { describe("The Link action", function () {
var mockQ, var mockQ,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,xit,expect,beforeEach,jasmine*/
define( define(
['../../src/actions/PropertiesAction'], ['../../src/actions/PropertiesAction'],
function (PropertiesAction) { function (PropertiesAction) {
"use strict";
describe("Properties action", function () { describe("Properties action", function () {
var capabilities, model, object, context, input, dialogService, action; var capabilities, model, object, context, input, dialogService, action;

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,xit,expect,beforeEach*/
define( define(
["../../src/actions/PropertiesDialog"], ["../../src/actions/PropertiesDialog"],
function (PropertiesDialog) { function (PropertiesDialog) {
"use strict";
describe("Properties dialog", function () { describe("Properties dialog", function () {

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine,spyOn*/
define( define(
["../../src/actions/RemoveAction"], ["../../src/actions/RemoveAction"],
function (RemoveAction) { function (RemoveAction) {
"use strict";
describe("The Remove action", function () { describe("The Remove action", function () {
var mockQ, var mockQ,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine,xit,xdescribe*/
define( define(
["../../src/actions/SaveAction"], ["../../src/actions/SaveAction"],
function (SaveAction) { function (SaveAction) {
"use strict";
describe("The Save action", function () { describe("The Save action", function () {
var mockLocation, var mockLocation,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine*/
define( define(
["../../src/capabilities/EditableCompositionCapability"], ["../../src/capabilities/EditableCompositionCapability"],
function (EditableCompositionCapability) { function (EditableCompositionCapability) {
"use strict";
describe("An editable composition capability", function () { describe("An editable composition capability", function () {
var mockContext, var mockContext,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine*/
define( define(
["../../src/capabilities/EditableContextCapability"], ["../../src/capabilities/EditableContextCapability"],
function (EditableContextCapability) { function (EditableContextCapability) {
"use strict";
describe("An editable context capability", function () { describe("An editable context capability", function () {
var mockContext, var mockContext,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine*/
define( define(
["../../src/capabilities/EditableLookupCapability"], ["../../src/capabilities/EditableLookupCapability"],
function (EditableLookupCapability) { function (EditableLookupCapability) {
"use strict";
describe("An editable lookup capability", function () { describe("An editable lookup capability", function () {
var mockContext, var mockContext,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine*/
define( define(
["../../src/capabilities/EditablePersistenceCapability"], ["../../src/capabilities/EditablePersistenceCapability"],
function (EditablePersistenceCapability) { function (EditablePersistenceCapability) {
"use strict";
describe("An editable persistence capability", function () { describe("An editable persistence capability", function () {
var mockPersistence, var mockPersistence,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine*/
define( define(
["../../src/capabilities/EditableRelationshipCapability"], ["../../src/capabilities/EditableRelationshipCapability"],
function (EditableRelationshipCapability) { function (EditableRelationshipCapability) {
"use strict";
describe("An editable relationship capability", function () { describe("An editable relationship capability", function () {
var mockContext, var mockContext,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,waitsFor,runs,jasmine,xit,xdescribe*/
define( define(
["../../src/capabilities/EditorCapability"], ["../../src/capabilities/EditorCapability"],
function (EditorCapability) { function (EditorCapability) {
"use strict";
describe("The editor capability", function () { describe("The editor capability", function () {
var mockPersistence, var mockPersistence,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine*/
define( define(
["../../src/controllers/EditActionController"], ["../../src/controllers/EditActionController"],
function (EditActionController) { function (EditActionController) {
"use strict";
describe("The Edit Action controller", function () { describe("The Edit Action controller", function () {
var mockScope, var mockScope,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine*/
define( define(
["../../src/controllers/EditObjectController"], ["../../src/controllers/EditObjectController"],
function (EditObjectController) { function (EditObjectController) {
"use strict";
describe("The Edit mode controller", function () { describe("The Edit mode controller", function () {
var mockScope, var mockScope,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine*/
define( define(
["../../src/controllers/EditPanesController"], ["../../src/controllers/EditPanesController"],
function (EditPanesController) { function (EditPanesController) {
"use strict";
describe("The Edit Panes controller", function () { describe("The Edit Panes controller", function () {
var mockScope, var mockScope,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine*/
define( define(
["../../src/directives/MCTBeforeUnload"], ["../../src/directives/MCTBeforeUnload"],
function (MCTBeforeUnload) { function (MCTBeforeUnload) {
"use strict";
describe("The mct-before-unload directive", function () { describe("The mct-before-unload directive", function () {
var mockWindow, var mockWindow,

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine*/
define( define(
["../../src/objects/EditableDomainObjectCache"], ["../../src/objects/EditableDomainObjectCache"],
function (EditableDomainObjectCache) { function (EditableDomainObjectCache) {
'use strict';
describe("Editable domain object cache", function () { describe("Editable domain object cache", function () {

View File

@ -19,12 +19,10 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define,describe,it,expect,beforeEach,jasmine*/
define( define(
["../../src/objects/EditableDomainObject"], ["../../src/objects/EditableDomainObject"],
function (EditableDomainObject) { function (EditableDomainObject) {
"use strict";
describe("Editable domain object", function () { describe("Editable domain object", function () {

Some files were not shown because too many files have changed in this diff Show More