From ac5ac8d34eedc76d8fbd78ae5898343f363f97f6 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 4 Mar 2016 10:46:38 -0800 Subject: [PATCH] [Build] Remove boilerplate from scripts No longer necessary after JSHint configuration. --- platform/commonUI/about/bundle.js | 2 -- platform/commonUI/about/src/AboutController.js | 2 -- platform/commonUI/about/src/LicenseController.js | 2 -- platform/commonUI/about/src/LogoController.js | 2 -- platform/commonUI/about/test/AboutControllerSpec.js | 2 -- platform/commonUI/about/test/LicenseControllerSpec.js | 2 -- platform/commonUI/about/test/LogoControllerSpec.js | 2 -- platform/commonUI/browse/bundle.js | 2 -- platform/commonUI/browse/src/BrowseController.js | 2 -- platform/commonUI/browse/src/BrowseObjectController.js | 2 -- platform/commonUI/browse/src/InspectorRegion.js | 2 -- platform/commonUI/browse/src/MenuArrowController.js | 2 -- platform/commonUI/browse/src/PaneController.js | 2 -- platform/commonUI/browse/src/creation/AddAction.js | 2 -- platform/commonUI/browse/src/creation/AddActionProvider.js | 2 -- platform/commonUI/browse/src/creation/CreateAction.js | 2 -- platform/commonUI/browse/src/creation/CreateActionProvider.js | 2 -- platform/commonUI/browse/src/creation/CreateMenuController.js | 2 -- platform/commonUI/browse/src/creation/CreateWizard.js | 2 -- platform/commonUI/browse/src/creation/CreationPolicy.js | 2 -- platform/commonUI/browse/src/creation/CreationService.js | 2 -- platform/commonUI/browse/src/creation/LocatorController.js | 2 -- platform/commonUI/browse/src/navigation/NavigateAction.js | 2 -- platform/commonUI/browse/src/navigation/NavigationService.js | 2 -- platform/commonUI/browse/src/windowing/FullscreenAction.js | 2 -- platform/commonUI/browse/src/windowing/NewTabAction.js | 2 -- platform/commonUI/browse/src/windowing/WindowTitler.js | 2 -- platform/commonUI/browse/test/BrowseControllerSpec.js | 2 -- platform/commonUI/browse/test/BrowseObjectControllerSpec.js | 2 -- platform/commonUI/browse/test/InspectorRegionSpec.js | 2 -- platform/commonUI/browse/test/MenuArrowControllerSpec.js | 2 -- platform/commonUI/browse/test/PaneControllerSpec.js | 2 -- platform/commonUI/browse/test/creation/AddActionProviderSpec.js | 2 -- .../commonUI/browse/test/creation/CreateActionProviderSpec.js | 2 -- platform/commonUI/browse/test/creation/CreateActionSpec.js | 2 -- .../commonUI/browse/test/creation/CreateMenuControllerSpec.js | 2 -- platform/commonUI/browse/test/creation/CreateWizardSpec.js | 2 -- platform/commonUI/browse/test/creation/CreationPolicySpec.js | 2 -- platform/commonUI/browse/test/creation/CreationServiceSpec.js | 2 -- platform/commonUI/browse/test/creation/LocatorControllerSpec.js | 2 -- platform/commonUI/browse/test/navigation/NavigateActionSpec.js | 2 -- .../commonUI/browse/test/navigation/NavigationServiceSpec.js | 2 -- platform/commonUI/browse/test/windowing/FullscreenActionSpec.js | 2 -- platform/commonUI/browse/test/windowing/NewTabActionSpec.js | 2 -- platform/commonUI/browse/test/windowing/WindowTitlerSpec.js | 2 -- platform/commonUI/dialog/bundle.js | 2 -- platform/commonUI/dialog/src/DialogService.js | 2 -- platform/commonUI/dialog/src/OverlayService.js | 2 -- platform/commonUI/dialog/test/DialogServiceSpec.js | 2 -- platform/commonUI/dialog/test/OverlayServiceSpec.js | 2 -- platform/commonUI/edit/bundle.js | 2 -- platform/commonUI/edit/src/actions/CancelAction.js | 2 -- platform/commonUI/edit/src/actions/EditAction.js | 2 -- platform/commonUI/edit/src/actions/LinkAction.js | 2 -- platform/commonUI/edit/src/actions/PropertiesAction.js | 2 -- platform/commonUI/edit/src/actions/PropertiesDialog.js | 2 -- platform/commonUI/edit/src/actions/RemoveAction.js | 2 -- platform/commonUI/edit/src/actions/SaveAction.js | 2 -- .../commonUI/edit/src/capabilities/EditableActionCapability.js | 2 -- .../edit/src/capabilities/EditableCompositionCapability.js | 2 -- .../commonUI/edit/src/capabilities/EditableContextCapability.js | 2 -- .../edit/src/capabilities/EditableInstantiationCapability.js | 2 -- .../commonUI/edit/src/capabilities/EditableLookupCapability.js | 2 -- .../edit/src/capabilities/EditablePersistenceCapability.js | 2 -- .../edit/src/capabilities/EditableRelationshipCapability.js | 2 -- platform/commonUI/edit/src/capabilities/EditorCapability.js | 2 -- platform/commonUI/edit/src/controllers/EditActionController.js | 2 -- platform/commonUI/edit/src/controllers/EditObjectController.js | 2 -- platform/commonUI/edit/src/controllers/EditPanesController.js | 2 -- platform/commonUI/edit/src/controllers/ElementsController.js | 2 -- platform/commonUI/edit/src/directives/MCTBeforeUnload.js | 2 -- platform/commonUI/edit/src/objects/EditableDomainObject.js | 2 -- platform/commonUI/edit/src/objects/EditableDomainObjectCache.js | 2 -- platform/commonUI/edit/src/objects/EditableModelCache.js | 2 -- platform/commonUI/edit/src/policies/EditActionPolicy.js | 2 -- platform/commonUI/edit/src/policies/EditNavigationPolicy.js | 2 -- platform/commonUI/edit/src/policies/EditableViewPolicy.js | 2 -- platform/commonUI/edit/src/representers/EditRepresenter.js | 2 -- platform/commonUI/edit/src/representers/EditToolbar.js | 2 -- .../commonUI/edit/src/representers/EditToolbarRepresenter.js | 2 -- platform/commonUI/edit/src/representers/EditToolbarSelection.js | 2 -- platform/commonUI/edit/test/actions/CancelActionSpec.js | 2 -- platform/commonUI/edit/test/actions/EditActionSpec.js | 2 -- platform/commonUI/edit/test/actions/LinkActionSpec.js | 2 -- platform/commonUI/edit/test/actions/PropertiesActionSpec.js | 2 -- platform/commonUI/edit/test/actions/PropertiesDialogSpec.js | 2 -- platform/commonUI/edit/test/actions/RemoveActionSpec.js | 2 -- platform/commonUI/edit/test/actions/SaveActionSpec.js | 2 -- .../edit/test/capabilities/EditableCompositionCapabilitySpec.js | 2 -- .../edit/test/capabilities/EditableContextCapabilitySpec.js | 2 -- .../edit/test/capabilities/EditableLookupCapabilitySpec.js | 2 -- .../edit/test/capabilities/EditablePersistenceCapabilitySpec.js | 2 -- .../test/capabilities/EditableRelationshipCapabilitySpec.js | 2 -- .../commonUI/edit/test/capabilities/EditorCapabilitySpec.js | 2 -- .../commonUI/edit/test/controllers/EditActionControllerSpec.js | 2 -- platform/commonUI/edit/test/controllers/EditControllerSpec.js | 2 -- .../commonUI/edit/test/controllers/EditPanesControllerSpec.js | 2 -- platform/commonUI/edit/test/directives/MCTBeforeUnloadSpec.js | 2 -- .../commonUI/edit/test/objects/EditableDomainObjectCacheSpec.js | 2 -- platform/commonUI/edit/test/objects/EditableDomainObjectSpec.js | 2 -- platform/commonUI/edit/test/objects/EditableModelCacheSpec.js | 2 -- platform/commonUI/edit/test/policies/EditActionPolicySpec.js | 2 -- platform/commonUI/edit/test/policies/EditableViewPolicySpec.js | 2 -- platform/commonUI/edit/test/representers/EditRepresenterSpec.js | 2 -- .../edit/test/representers/EditToolbarRepresenterSpec.js | 2 -- .../commonUI/edit/test/representers/EditToolbarSelectionSpec.js | 2 -- platform/commonUI/edit/test/representers/EditToolbarSpec.js | 2 -- platform/commonUI/formats/bundle.js | 2 -- platform/commonUI/formats/src/FormatProvider.js | 2 -- platform/commonUI/formats/src/UTCTimeFormat.js | 2 -- platform/commonUI/formats/test/FormatProviderSpec.js | 2 -- platform/commonUI/formats/test/UTCTimeFormatSpec.js | 2 -- platform/commonUI/general/bundle.js | 2 -- platform/commonUI/general/src/SplashScreenManager.js | 2 -- platform/commonUI/general/src/StyleSheetLoader.js | 2 -- platform/commonUI/general/src/UnsupportedBrowserWarning.js | 2 -- .../commonUI/general/src/controllers/ActionGroupController.js | 2 -- platform/commonUI/general/src/controllers/BannerController.js | 2 -- .../commonUI/general/src/controllers/BottomBarController.js | 2 -- .../commonUI/general/src/controllers/ClickAwayController.js | 2 -- .../commonUI/general/src/controllers/ContextMenuController.js | 2 -- .../commonUI/general/src/controllers/DateTimeFieldController.js | 2 -- .../general/src/controllers/DateTimePickerController.js | 2 -- .../commonUI/general/src/controllers/GetterSetterController.js | 2 -- .../general/src/controllers/ObjectInspectorController.js | 2 -- platform/commonUI/general/src/controllers/SelectorController.js | 2 -- .../commonUI/general/src/controllers/TimeRangeController.js | 2 -- platform/commonUI/general/src/controllers/ToggleController.js | 2 -- platform/commonUI/general/src/controllers/TreeNodeController.js | 2 -- .../commonUI/general/src/controllers/ViewSwitcherController.js | 2 -- platform/commonUI/general/src/directives/MCTClickElsewhere.js | 2 -- platform/commonUI/general/src/directives/MCTContainer.js | 2 -- platform/commonUI/general/src/directives/MCTDrag.js | 2 -- platform/commonUI/general/src/directives/MCTPopup.js | 2 -- platform/commonUI/general/src/directives/MCTResize.js | 2 -- platform/commonUI/general/src/directives/MCTScroll.js | 2 -- platform/commonUI/general/src/directives/MCTSplitPane.js | 2 -- platform/commonUI/general/src/directives/MCTSplitter.js | 2 -- platform/commonUI/general/src/filters/ReverseFilter.js | 2 -- platform/commonUI/general/src/services/Popup.js | 2 -- platform/commonUI/general/src/services/PopupService.js | 2 -- platform/commonUI/general/src/services/UrlService.js | 2 -- platform/commonUI/general/test/SplashScreenManagerSpec.js | 2 -- platform/commonUI/general/test/StyleSheetLoaderSpec.js | 2 -- platform/commonUI/general/test/UnsupportedBrowserWarningSpec.js | 2 -- .../general/test/controllers/ActionGroupControllerSpec.js | 2 -- .../general/test/controllers/BottomBarControllerSpec.js | 2 -- .../general/test/controllers/ClickAwayControllerSpec.js | 2 -- .../general/test/controllers/ContextMenuControllerSpec.js | 2 -- .../general/test/controllers/DateTimeFieldControllerSpec.js | 2 -- .../general/test/controllers/DateTimePickerControllerSpec.js | 2 -- .../general/test/controllers/GetterSetterControllerSpec.js | 2 -- .../general/test/controllers/ObjectInspectorControllerSpec.js | 2 -- .../commonUI/general/test/controllers/SelectorControllerSpec.js | 2 -- .../general/test/controllers/TimeRangeControllerSpec.js | 2 -- .../commonUI/general/test/controllers/ToggleControllerSpec.js | 2 -- .../commonUI/general/test/controllers/TreeNodeControllerSpec.js | 2 -- .../general/test/controllers/ViewSwitcherControllerSpec.js | 2 -- .../commonUI/general/test/directives/MCTClickElsewhereSpec.js | 2 -- platform/commonUI/general/test/directives/MCTContainerSpec.js | 2 -- platform/commonUI/general/test/directives/MCTDragSpec.js | 2 -- platform/commonUI/general/test/directives/MCTPopupSpec.js | 2 -- platform/commonUI/general/test/directives/MCTResizeSpec.js | 2 -- platform/commonUI/general/test/directives/MCTScrollSpec.js | 2 -- platform/commonUI/general/test/directives/MCTSplitPaneSpec.js | 2 -- platform/commonUI/general/test/directives/MCTSplitterSpec.js | 2 -- platform/commonUI/general/test/filters/ReverseFilterSpec.js | 2 -- platform/commonUI/general/test/services/PopupServiceSpec.js | 2 -- platform/commonUI/general/test/services/PopupSpec.js | 2 -- platform/commonUI/general/test/services/UrlServiceSpec.js | 2 -- platform/commonUI/inspect/bundle.js | 2 -- platform/commonUI/inspect/src/InfoConstants.js | 1 - platform/commonUI/inspect/src/gestures/InfoButtonGesture.js | 2 -- platform/commonUI/inspect/src/gestures/InfoGesture.js | 2 -- platform/commonUI/inspect/src/services/InfoService.js | 2 -- .../commonUI/inspect/test/gestures/InfoButtonGestureSpec.js | 2 -- platform/commonUI/inspect/test/gestures/InfoGestureSpec.js | 2 -- platform/commonUI/inspect/test/services/InfoServiceSpec.js | 2 -- platform/commonUI/mobile/bundle.js | 2 -- platform/commonUI/mobile/src/AgentService.js | 2 -- platform/commonUI/mobile/src/DeviceClassifier.js | 2 -- platform/commonUI/mobile/src/DeviceMatchers.js | 2 -- platform/commonUI/mobile/src/MCTDevice.js | 2 -- platform/commonUI/mobile/test/AgentServiceSpec.js | 2 -- platform/commonUI/mobile/test/DeviceClassifierSpec.js | 2 -- platform/commonUI/mobile/test/DeviceMatchersSpec.js | 2 -- platform/commonUI/mobile/test/MCTDeviceSpec.js | 2 -- platform/commonUI/notification/bundle.js | 2 -- platform/commonUI/notification/src/NotificationIndicator.js | 2 -- .../notification/src/NotificationIndicatorController.js | 2 -- platform/commonUI/notification/src/NotificationService.js | 2 -- .../notification/test/NotificationIndicatorControllerSpec.js | 2 -- platform/commonUI/notification/test/NotificationServiceSpec.js | 2 -- platform/commonUI/regions/bundle.js | 2 -- platform/commonUI/regions/src/EditableRegionPolicy.js | 2 -- platform/commonUI/regions/src/InspectorController.js | 2 -- platform/commonUI/regions/src/Region.js | 2 -- platform/commonUI/regions/test/EditableRegionPolicySpec.js | 2 -- platform/commonUI/regions/test/InspectorControllerSpec.js | 2 -- platform/commonUI/regions/test/RegionSpec.js | 2 -- platform/commonUI/themes/espresso/bundle.js | 2 -- platform/commonUI/themes/snow/bundle.js | 2 -- platform/containment/bundle.js | 2 -- platform/containment/src/CapabilityTable.js | 2 -- platform/containment/src/ComposeActionPolicy.js | 2 -- platform/containment/src/CompositionModelPolicy.js | 2 -- platform/containment/src/CompositionMutabilityPolicy.js | 2 -- platform/containment/src/CompositionPolicy.js | 2 -- platform/containment/src/ContainmentTable.js | 2 -- platform/containment/test/CapabilityTableSpec.js | 2 -- platform/containment/test/ComposeActionPolicySpec.js | 2 -- platform/containment/test/CompositionModelPolicySpec.js | 2 -- platform/containment/test/CompositionMutabilityPolicySpec.js | 2 -- platform/containment/test/CompositionPolicySpec.js | 2 -- platform/containment/test/ContainmentTableSpec.js | 2 -- platform/core/bundle.js | 2 -- platform/core/src/actions/ActionAggregator.js | 2 -- platform/core/src/actions/ActionCapability.js | 2 -- platform/core/src/actions/ActionProvider.js | 2 -- platform/core/src/actions/LoggingActionDecorator.js | 2 -- platform/core/src/capabilities/CompositionCapability.js | 2 -- platform/core/src/capabilities/ContextCapability.js | 2 -- platform/core/src/capabilities/ContextualDomainObject.js | 2 -- platform/core/src/capabilities/CoreCapabilityProvider.js | 2 -- platform/core/src/capabilities/DelegationCapability.js | 2 -- platform/core/src/capabilities/InstantiationCapability.js | 2 -- platform/core/src/capabilities/MetadataCapability.js | 2 -- platform/core/src/capabilities/MutationCapability.js | 2 -- platform/core/src/capabilities/PersistenceCapability.js | 2 -- platform/core/src/capabilities/RelationshipCapability.js | 2 -- platform/core/src/identifiers/Identifier.js | 2 -- platform/core/src/identifiers/IdentifierProvider.js | 2 -- platform/core/src/models/CachingModelDecorator.js | 2 -- platform/core/src/models/MissingModelDecorator.js | 2 -- platform/core/src/models/ModelAggregator.js | 2 -- platform/core/src/models/PersistedModelProvider.js | 2 -- platform/core/src/models/RootModelProvider.js | 2 -- platform/core/src/models/StaticModelProvider.js | 2 -- platform/core/src/objects/DomainObjectImpl.js | 2 -- platform/core/src/objects/DomainObjectProvider.js | 2 -- platform/core/src/services/Contextualize.js | 2 -- platform/core/src/services/Instantiate.js | 2 -- platform/core/src/services/Now.js | 2 -- platform/core/src/services/Throttle.js | 2 -- platform/core/src/services/Topic.js | 2 -- platform/core/src/types/MergeModels.js | 2 -- platform/core/src/types/TypeCapability.js | 2 -- platform/core/src/types/TypeImpl.js | 2 -- platform/core/src/types/TypeProperty.js | 2 -- platform/core/src/types/TypePropertyConversion.js | 2 -- platform/core/src/types/TypeProvider.js | 2 -- platform/core/src/views/ViewCapability.js | 2 -- platform/core/src/views/ViewProvider.js | 2 -- platform/core/test/actions/ActionAggregatorSpec.js | 2 -- platform/core/test/actions/ActionCapabilitySpec.js | 2 -- platform/core/test/actions/ActionProviderSpec.js | 2 -- platform/core/test/actions/LoggingActionDecoratorSpec.js | 2 -- platform/core/test/capabilities/CompositionCapabilitySpec.js | 2 -- platform/core/test/capabilities/ContextCapabilitySpec.js | 2 -- platform/core/test/capabilities/ContextualDomainObjectSpec.js | 2 -- platform/core/test/capabilities/CoreCapabilityProviderSpec.js | 2 -- platform/core/test/capabilities/DelegationCapabilitySpec.js | 2 -- platform/core/test/capabilities/InstantiationCapabilitySpec.js | 2 -- platform/core/test/capabilities/MetadataCapabilitySpec.js | 2 -- platform/core/test/capabilities/MutationCapabilitySpec.js | 2 -- platform/core/test/capabilities/PersistenceCapabilitySpec.js | 2 -- platform/core/test/capabilities/RelationshipCapabilitySpec.js | 2 -- platform/core/test/identifiers/IdentifierProviderSpec.js | 2 -- platform/core/test/identifiers/IdentifierSpec.js | 2 -- platform/core/test/models/CachingModelDecoratorSpec.js | 2 -- platform/core/test/models/MissingModelDecoratorSpec.js | 2 -- platform/core/test/models/ModelAggregatorSpec.js | 2 -- platform/core/test/models/PersistedModelProviderSpec.js | 2 -- platform/core/test/models/RootModelProviderSpec.js | 2 -- platform/core/test/models/StaticModelProviderSpec.js | 2 -- platform/core/test/objects/DomainObjectProviderSpec.js | 2 -- platform/core/test/objects/DomainObjectSpec.js | 2 -- platform/core/test/services/ContextualizeSpec.js | 2 -- platform/core/test/services/InstantiateSpec.js | 2 -- platform/core/test/services/NowSpec.js | 2 -- platform/core/test/services/ThrottleSpec.js | 2 -- platform/core/test/services/TopicSpec.js | 2 -- platform/core/test/types/MergeModelsSpec.js | 2 -- platform/core/test/types/TypeCapabilitySpec.js | 2 -- platform/core/test/types/TypeImplSpec.js | 2 -- platform/core/test/types/TypePropertyConversionSpec.js | 2 -- platform/core/test/types/TypePropertySpec.js | 2 -- platform/core/test/types/TypeProviderSpec.js | 2 -- platform/core/test/views/ViewCapabilitySpec.js | 2 -- platform/core/test/views/ViewProviderSpec.js | 2 -- platform/entanglement/bundle.js | 2 -- platform/entanglement/src/actions/AbstractComposeAction.js | 2 -- platform/entanglement/src/actions/CopyAction.js | 2 -- platform/entanglement/src/actions/GoToOriginalAction.js | 2 -- platform/entanglement/src/actions/LinkAction.js | 2 -- platform/entanglement/src/actions/MoveAction.js | 2 -- platform/entanglement/src/actions/SetPrimaryLocationAction.js | 2 -- platform/entanglement/src/capabilities/LocationCapability.js | 2 -- platform/entanglement/src/policies/CrossSpacePolicy.js | 2 -- platform/entanglement/src/services/CopyService.js | 2 -- platform/entanglement/src/services/CopyTask.js | 2 -- platform/entanglement/src/services/LinkService.js | 2 -- platform/entanglement/src/services/LocatingCreationDecorator.js | 2 -- platform/entanglement/src/services/LocatingObjectDecorator.js | 2 -- platform/entanglement/src/services/LocationService.js | 2 -- platform/entanglement/src/services/MoveService.js | 2 -- platform/entanglement/test/ControlledPromise.js | 1 - platform/entanglement/test/DomainObjectFactory.js | 2 -- platform/entanglement/test/actions/AbstractComposeActionSpec.js | 2 -- platform/entanglement/test/actions/CopyActionSpec.js | 2 -- platform/entanglement/test/actions/GoToOriginalActionSpec.js | 2 -- platform/entanglement/test/actions/LinkActionSpec.js | 2 -- platform/entanglement/test/actions/MoveActionSpec.js | 2 -- .../entanglement/test/actions/SetPrimaryLocationActionSpec.js | 2 -- .../entanglement/test/capabilities/LocationCapabilitySpec.js | 2 -- platform/entanglement/test/policies/CrossSpacePolicySpec.js | 2 -- platform/entanglement/test/services/CopyServiceSpec.js | 2 -- platform/entanglement/test/services/CopyTaskSpec.js | 2 -- platform/entanglement/test/services/LinkServiceSpec.js | 2 -- .../entanglement/test/services/LocatingCreationDecoratorSpec.js | 2 -- .../entanglement/test/services/LocatingObjectDecoratorSpec.js | 2 -- platform/entanglement/test/services/LocationServiceSpec.js | 2 -- platform/entanglement/test/services/MockCopyService.js | 2 -- platform/entanglement/test/services/MockLinkService.js | 2 -- platform/entanglement/test/services/MockMoveService.js | 2 -- platform/entanglement/test/services/MoveServiceSpec.js | 2 -- platform/execution/bundle.js | 2 -- platform/execution/src/WorkerService.js | 2 -- platform/execution/test/WorkerServiceSpec.js | 2 -- platform/exporters/ExportService.js | 1 - platform/exporters/ExportServiceSpec.js | 2 -- platform/exporters/bundle.js | 2 -- platform/features/clock/bundle.js | 2 -- platform/features/clock/src/actions/AbstractStartTimerAction.js | 2 -- platform/features/clock/src/actions/RestartTimerAction.js | 2 -- platform/features/clock/src/actions/StartTimerAction.js | 2 -- platform/features/clock/src/controllers/ClockController.js | 2 -- platform/features/clock/src/controllers/RefreshingController.js | 2 -- platform/features/clock/src/controllers/TimerController.js | 2 -- platform/features/clock/src/controllers/TimerFormatter.js | 2 -- platform/features/clock/src/indicators/ClockIndicator.js | 2 -- platform/features/clock/src/services/TickerService.js | 2 -- .../features/clock/test/actions/AbstractStartTimerActionSpec.js | 2 -- platform/features/clock/test/actions/RestartTimerActionSpec.js | 2 -- platform/features/clock/test/actions/StartTimerActionSpec.js | 2 -- platform/features/clock/test/controllers/ClockControllerSpec.js | 2 -- .../features/clock/test/controllers/RefreshingControllerSpec.js | 2 -- platform/features/clock/test/controllers/TimerControllerSpec.js | 2 -- platform/features/clock/test/controllers/TimerFormatterSpec.js | 2 -- platform/features/clock/test/indicators/ClockIndicatorSpec.js | 2 -- platform/features/clock/test/services/TickerServiceSpec.js | 2 -- platform/features/conductor/bundle.js | 2 -- platform/features/conductor/src/ConductorRepresenter.js | 2 -- platform/features/conductor/src/ConductorService.js | 2 -- platform/features/conductor/src/ConductorTelemetryDecorator.js | 2 -- platform/features/conductor/src/TimeConductor.js | 2 -- platform/features/conductor/test/ConductorRepresenterSpec.js | 2 -- platform/features/conductor/test/ConductorServiceSpec.js | 2 -- .../features/conductor/test/ConductorTelemetryDecoratorSpec.js | 2 -- platform/features/conductor/test/TestTimeConductor.js | 2 -- platform/features/conductor/test/TimeConductorSpec.js | 2 -- platform/features/events/bundle.js | 2 -- platform/features/events/src/DomainColumn.js | 2 -- platform/features/events/src/EventListController.js | 2 -- platform/features/events/src/EventListPopulator.js | 2 -- platform/features/events/src/RangeColumn.js | 2 -- platform/features/events/src/directives/MCTDataTable.js | 2 -- platform/features/events/src/policies/MessagesViewPolicy.js | 2 -- platform/features/events/test/DomainColumnSpec.js | 2 -- platform/features/events/test/EventListControllerSpec.js | 2 -- platform/features/events/test/EventListPopulatorSpec.js | 2 -- platform/features/events/test/RangeColumnSpec.js | 2 -- .../features/events/test/policies/MessagesViewPolicySpec.js | 2 -- platform/features/imagery/bundle.js | 2 -- platform/features/imagery/src/controllers/ImageryController.js | 2 -- platform/features/imagery/src/directives/MCTBackgroundImage.js | 2 -- platform/features/imagery/src/policies/ImageryViewPolicy.js | 2 -- .../features/imagery/test/controllers/ImageryControllerSpec.js | 2 -- .../features/imagery/test/directives/MCTBackgroundImageSpec.js | 2 -- .../features/imagery/test/policies/ImageryViewPolicySpec.js | 2 -- platform/features/layout/bundle.js | 2 -- platform/features/layout/src/FixedController.js | 2 -- platform/features/layout/src/FixedDragHandle.js | 2 -- platform/features/layout/src/FixedProxy.js | 2 -- platform/features/layout/src/LayoutCompositionPolicy.js | 2 -- platform/features/layout/src/LayoutController.js | 2 -- platform/features/layout/src/LayoutDrag.js | 2 -- platform/features/layout/src/elements/AccessorMutator.js | 2 -- platform/features/layout/src/elements/BoxProxy.js | 2 -- platform/features/layout/src/elements/ElementFactory.js | 2 -- platform/features/layout/src/elements/ElementProxies.js | 2 -- platform/features/layout/src/elements/ElementProxy.js | 2 -- platform/features/layout/src/elements/ImageProxy.js | 2 -- platform/features/layout/src/elements/LineHandle.js | 2 -- platform/features/layout/src/elements/LineProxy.js | 2 -- platform/features/layout/src/elements/ResizeHandle.js | 2 -- platform/features/layout/src/elements/TelemetryProxy.js | 2 -- platform/features/layout/src/elements/TextProxy.js | 2 -- platform/features/layout/test/FixedControllerSpec.js | 2 -- platform/features/layout/test/FixedDragHandleSpec.js | 2 -- platform/features/layout/test/FixedProxySpec.js | 2 -- platform/features/layout/test/LayoutCompositionPolicySpec.js | 2 -- platform/features/layout/test/LayoutControllerSpec.js | 2 -- platform/features/layout/test/LayoutDragSpec.js | 2 -- platform/features/layout/test/elements/AccessorMutatorSpec.js | 2 -- platform/features/layout/test/elements/BoxProxySpec.js | 2 -- platform/features/layout/test/elements/ElementFactorySpec.js | 2 -- platform/features/layout/test/elements/ElementProxiesSpec.js | 2 -- platform/features/layout/test/elements/ElementProxySpec.js | 2 -- platform/features/layout/test/elements/ImageProxySpec.js | 2 -- platform/features/layout/test/elements/LineHandleSpec.js | 2 -- platform/features/layout/test/elements/LineProxySpec.js | 2 -- platform/features/layout/test/elements/ResizeHandleSpec.js | 2 -- platform/features/layout/test/elements/TelemetryProxySpec.js | 2 -- platform/features/layout/test/elements/TextProxySpec.js | 2 -- platform/features/pages/bundle.js | 2 -- platform/features/pages/src/EmbeddedPageController.js | 2 -- platform/features/pages/test/EmbeddedPageControllerSpec.js | 2 -- platform/features/plot/bundle.js | 2 -- platform/features/plot/src/Canvas2DChart.js | 2 -- platform/features/plot/src/GLChart.js | 2 -- platform/features/plot/src/MCTChart.js | 2 -- platform/features/plot/src/PlotController.js | 2 -- platform/features/plot/src/PlotOptionsController.js | 2 -- platform/features/plot/src/PlotOptionsForm.js | 2 -- platform/features/plot/src/SubPlot.js | 2 -- platform/features/plot/src/SubPlotFactory.js | 2 -- platform/features/plot/src/elements/PlotAxis.js | 2 -- platform/features/plot/src/elements/PlotLimitTracker.js | 2 -- platform/features/plot/src/elements/PlotLine.js | 2 -- platform/features/plot/src/elements/PlotLineBuffer.js | 2 -- platform/features/plot/src/elements/PlotPalette.js | 2 -- platform/features/plot/src/elements/PlotPanZoomStack.js | 2 -- platform/features/plot/src/elements/PlotPanZoomStackGroup.js | 2 -- platform/features/plot/src/elements/PlotPosition.js | 2 -- platform/features/plot/src/elements/PlotPreparer.js | 2 -- platform/features/plot/src/elements/PlotSeriesWindow.js | 2 -- platform/features/plot/src/elements/PlotTelemetryFormatter.js | 2 -- platform/features/plot/src/elements/PlotTickGenerator.js | 2 -- platform/features/plot/src/elements/PlotUpdater.js | 2 -- platform/features/plot/src/modes/PlotModeOptions.js | 2 -- platform/features/plot/src/modes/PlotOverlayMode.js | 2 -- platform/features/plot/src/modes/PlotStackMode.js | 2 -- platform/features/plot/src/policies/PlotViewPolicy.js | 2 -- platform/features/plot/test/Canvas2DChartSpec.js | 2 -- platform/features/plot/test/GLChartSpec.js | 2 -- platform/features/plot/test/MCTChartSpec.js | 2 -- platform/features/plot/test/PlotControllerSpec.js | 2 -- platform/features/plot/test/PlotOptionsControllerSpec.js | 2 -- platform/features/plot/test/PlotOptionsFormSpec.js | 2 -- platform/features/plot/test/SubPlotFactorySpec.js | 2 -- platform/features/plot/test/SubPlotSpec.js | 2 -- platform/features/plot/test/elements/PlotAxisSpec.js | 2 -- platform/features/plot/test/elements/PlotLimitTrackerSpec.js | 2 -- platform/features/plot/test/elements/PlotLineBufferSpec.js | 2 -- platform/features/plot/test/elements/PlotLineSpec.js | 2 -- platform/features/plot/test/elements/PlotPaletteSpec.js | 2 -- .../features/plot/test/elements/PlotPanZoomStackGroupSpec.js | 2 -- platform/features/plot/test/elements/PlotPanZoomStackSpec.js | 2 -- platform/features/plot/test/elements/PlotPositionSpec.js | 2 -- platform/features/plot/test/elements/PlotPreparerSpec.js | 2 -- platform/features/plot/test/elements/PlotSeriesWindowSpec.js | 2 -- .../features/plot/test/elements/PlotTelemetryFormatterSpec.js | 2 -- platform/features/plot/test/elements/PlotTickGeneratorSpec.js | 2 -- platform/features/plot/test/elements/PlotUpdaterSpec.js | 2 -- platform/features/plot/test/modes/PlotModeOptionsSpec.js | 2 -- platform/features/plot/test/modes/PlotOverlayModeSpec.js | 2 -- platform/features/plot/test/modes/PlotStackModeSpec.js | 2 -- platform/features/plot/test/policies/PlotViewPolicySpec.js | 2 -- platform/features/rtevents/bundle.js | 2 -- platform/features/rtevents/src/DomainColumn.js | 2 -- platform/features/rtevents/src/RTEventListController.js | 2 -- platform/features/rtevents/src/RangeColumn.js | 2 -- platform/features/rtevents/src/directives/MCTRTDataTable.js | 2 -- platform/features/rtevents/src/policies/RTMessagesViewPolicy.js | 2 -- platform/features/rtevents/test/DomainColumnSpec.js | 2 -- platform/features/rtevents/test/RTEventListControllerSpec.js | 2 -- platform/features/rtevents/test/RangeColumnSpec.js | 2 -- .../features/rtevents/test/policies/RTMessagesViewPolicySpec.js | 2 -- platform/features/rtscrolling/bundle.js | 2 -- platform/features/rtscrolling/src/DomainColumn.js | 2 -- platform/features/rtscrolling/src/NameColumn.js | 2 -- platform/features/rtscrolling/src/RTScrollingListController.js | 2 -- platform/features/rtscrolling/src/RangeColumn.js | 2 -- platform/features/scrolling/bundle.js | 2 -- platform/features/scrolling/src/DomainColumn.js | 2 -- platform/features/scrolling/src/NameColumn.js | 2 -- platform/features/scrolling/src/RangeColumn.js | 2 -- platform/features/scrolling/src/ScrollingListController.js | 2 -- platform/features/scrolling/src/ScrollingListPopulator.js | 2 -- platform/features/scrolling/test/DomainColumnSpec.js | 2 -- platform/features/scrolling/test/NameColumnSpec.js | 2 -- platform/features/scrolling/test/RangeColumnSpec.js | 2 -- platform/features/scrolling/test/ScrollingListControllerSpec.js | 2 -- platform/features/scrolling/test/ScrollingListPopulatorSpec.js | 2 -- platform/features/static-markup/bundle.js | 2 -- platform/features/table/bundle.js | 2 -- platform/features/table/src/DomainColumn.js | 2 -- platform/features/table/src/NameColumn.js | 2 -- platform/features/table/src/RangeColumn.js | 2 -- platform/features/table/src/TableConfiguration.js | 2 -- platform/features/table/src/controllers/MCTTableController.js | 2 -- .../features/table/src/controllers/TableOptionsController.js | 2 -- .../features/table/src/controllers/TelemetryTableController.js | 2 -- platform/features/table/src/directives/MCTTable.js | 2 -- platform/features/table/test/DomainColumnSpec.js | 2 -- platform/features/table/test/NameColumnSpec.js | 2 -- platform/features/table/test/RangeColumnSpec.js | 2 -- platform/features/table/test/TableConfigurationSpec.js | 2 -- .../features/table/test/controllers/MCTTableControllerSpec.js | 2 -- .../table/test/controllers/TableOptionsControllerSpec.js | 2 -- .../table/test/controllers/TelemetryTableControllerSpec.js | 2 -- platform/features/timeline/bundle.js | 2 -- platform/features/timeline/src/TimelineConstants.js | 1 - platform/features/timeline/src/TimelineFormatter.js | 2 -- platform/features/timeline/src/capabilities/ActivityTimespan.js | 2 -- .../timeline/src/capabilities/ActivityTimespanCapability.js | 2 -- .../features/timeline/src/capabilities/ActivityUtilization.js | 2 -- platform/features/timeline/src/capabilities/CostCapability.js | 2 -- platform/features/timeline/src/capabilities/CumulativeGraph.js | 2 -- platform/features/timeline/src/capabilities/GraphCapability.js | 2 -- platform/features/timeline/src/capabilities/ResourceGraph.js | 2 -- platform/features/timeline/src/capabilities/TimelineTimespan.js | 2 -- .../timeline/src/capabilities/TimelineTimespanCapability.js | 2 -- .../features/timeline/src/capabilities/TimelineUtilization.js | 2 -- .../features/timeline/src/capabilities/UtilizationCapability.js | 2 -- .../timeline/src/controllers/ActivityModeValuesController.js | 2 -- .../features/timeline/src/controllers/TimelineController.js | 2 -- .../timeline/src/controllers/TimelineDateTimeController.js | 2 -- .../timeline/src/controllers/TimelineGanttController.js | 2 -- .../timeline/src/controllers/TimelineGraphController.js | 2 -- .../timeline/src/controllers/TimelineTableController.js | 2 -- .../features/timeline/src/controllers/TimelineTickController.js | 2 -- .../features/timeline/src/controllers/TimelineZoomController.js | 2 -- .../timeline/src/controllers/drag/TimelineDragHandleFactory.js | 2 -- .../timeline/src/controllers/drag/TimelineDragHandler.js | 2 -- .../timeline/src/controllers/drag/TimelineDragPopulator.js | 2 -- .../features/timeline/src/controllers/drag/TimelineEndHandle.js | 2 -- .../timeline/src/controllers/drag/TimelineMoveHandle.js | 2 -- .../timeline/src/controllers/drag/TimelineSnapHandler.js | 2 -- .../timeline/src/controllers/drag/TimelineStartHandle.js | 2 -- .../features/timeline/src/controllers/graph/TimelineGraph.js | 2 -- .../timeline/src/controllers/graph/TimelineGraphPopulator.js | 2 -- .../timeline/src/controllers/graph/TimelineGraphRenderer.js | 2 -- .../timeline/src/controllers/swimlane/TimelineColorAssigner.js | 2 -- .../features/timeline/src/controllers/swimlane/TimelineProxy.js | 2 -- .../timeline/src/controllers/swimlane/TimelineSwimlane.js | 2 -- .../src/controllers/swimlane/TimelineSwimlaneDecorator.js | 2 -- .../src/controllers/swimlane/TimelineSwimlaneDropHandler.js | 2 -- .../src/controllers/swimlane/TimelineSwimlanePopulator.js | 2 -- platform/features/timeline/src/directives/MCTSwimlaneDrag.js | 2 -- platform/features/timeline/src/directives/MCTSwimlaneDrop.js | 2 -- .../features/timeline/src/directives/SwimlaneDragConstants.js | 1 - platform/features/timeline/src/services/ObjectLoader.js | 2 -- platform/features/timeline/test/TimelineConstantsSpec.js | 2 -- platform/features/timeline/test/TimelineFormatterSpec.js | 2 -- .../test/capabilities/ActivityTimespanCapabilitySpec.js | 2 -- .../features/timeline/test/capabilities/ActivityTimespanSpec.js | 2 -- .../timeline/test/capabilities/ActivityUtilizationSpec.js | 2 -- .../features/timeline/test/capabilities/CostCapabilitySpec.js | 2 -- .../features/timeline/test/capabilities/CumulativeGraphSpec.js | 2 -- .../features/timeline/test/capabilities/GraphCapabilitySpec.js | 2 -- .../features/timeline/test/capabilities/ResourceGraphSpec.js | 2 -- .../test/capabilities/TimelineTimespanCapabilitySpec.js | 2 -- .../features/timeline/test/capabilities/TimelineTimespanSpec.js | 2 -- .../timeline/test/capabilities/TimelineUtilizationSpec.js | 2 -- .../timeline/test/capabilities/UtilizationCapabilitySpec.js | 2 -- .../test/controllers/ActivityModeValuesControllerSpec.js | 2 -- .../timeline/test/controllers/TimelineControllerSpec.js | 2 -- .../timeline/test/controllers/TimelineDateTimeControllerSpec.js | 2 -- .../timeline/test/controllers/TimelineGanttControllerSpec.js | 2 -- .../timeline/test/controllers/TimelineGraphControllerSpec.js | 2 -- .../timeline/test/controllers/TimelineTableControllerSpec.js | 2 -- .../timeline/test/controllers/TimelineTickControllerSpec.js | 2 -- .../timeline/test/controllers/TimelineZoomControllerSpec.js | 2 -- .../test/controllers/drag/TimelineDragHandleFactorySpec.js | 2 -- .../timeline/test/controllers/drag/TimelineDragHandlerSpec.js | 2 -- .../timeline/test/controllers/drag/TimelineDragPopulatorSpec.js | 2 -- .../timeline/test/controllers/drag/TimelineEndHandleSpec.js | 2 -- .../timeline/test/controllers/drag/TimelineMoveHandleSpec.js | 2 -- .../timeline/test/controllers/drag/TimelineSnapHandlerSpec.js | 2 -- .../timeline/test/controllers/drag/TimelineStartHandleSpec.js | 2 -- .../test/controllers/graph/TimelineGraphPopulatorSpec.js | 2 -- .../test/controllers/graph/TimelineGraphRendererSpec.js | 2 -- .../timeline/test/controllers/graph/TimelineGraphSpec.js | 2 -- .../test/controllers/swimlane/TimelineColorAssignerSpec.js | 2 -- .../timeline/test/controllers/swimlane/TimelineProxySpec.js | 2 -- .../test/controllers/swimlane/TimelineSwimlaneDecoratorSpec.js | 2 -- .../controllers/swimlane/TimelineSwimlaneDropHandlerSpec.js | 2 -- .../test/controllers/swimlane/TimelineSwimlanePopulatorSpec.js | 2 -- .../timeline/test/controllers/swimlane/TimelineSwimlaneSpec.js | 2 -- .../features/timeline/test/directives/MCTSwimlaneDragSpec.js | 2 -- .../features/timeline/test/directives/MCTSwimlaneDropSpec.js | 2 -- .../timeline/test/directives/SwimlaneDragConstantsSpec.js | 2 -- platform/features/timeline/test/services/ObjectLoaderSpec.js | 2 -- platform/forms/bundle.js | 2 -- platform/forms/src/MCTControl.js | 2 -- platform/forms/src/MCTForm.js | 2 -- platform/forms/src/MCTToolbar.js | 2 -- platform/forms/src/controllers/ColorController.js | 2 -- platform/forms/src/controllers/CompositeController.js | 2 -- platform/forms/src/controllers/DateTimeController.js | 2 -- platform/forms/src/controllers/DialogButtonController.js | 2 -- platform/forms/src/controllers/FormController.js | 2 -- platform/forms/test/MCTControlSpec.js | 2 -- platform/forms/test/MCTFormSpec.js | 2 -- platform/forms/test/MCTToolbarSpec.js | 2 -- platform/forms/test/controllers/ColorControllerSpec.js | 2 -- platform/forms/test/controllers/CompositeControllerSpec.js | 2 -- platform/forms/test/controllers/DateTimeControllerSpec.js | 2 -- platform/forms/test/controllers/DialogButtonControllerSpec.js | 2 -- platform/forms/test/controllers/FormControllerSpec.js | 2 -- platform/framework/bundle.js | 2 -- platform/framework/src/Constants.js | 1 - platform/framework/src/FrameworkInitializer.js | 2 -- platform/framework/src/FrameworkLayer.js | 2 -- platform/framework/src/LogLevel.js | 2 -- platform/framework/src/Main.js | 2 -- platform/framework/src/bootstrap/ApplicationBootstrapper.js | 2 -- platform/framework/src/load/Bundle.js | 2 -- platform/framework/src/load/BundleLoader.js | 2 -- platform/framework/src/load/Extension.js | 2 -- platform/framework/src/register/CustomRegistrars.js | 2 -- platform/framework/src/register/ExtensionRegistrar.js | 2 -- platform/framework/src/register/ExtensionSorter.js | 2 -- platform/framework/src/register/PartialConstructor.js | 2 -- platform/framework/src/register/ServiceCompositor.js | 2 -- platform/framework/src/resolve/BundleResolver.js | 2 -- platform/framework/src/resolve/ExtensionResolver.js | 2 -- platform/framework/src/resolve/ImplementationLoader.js | 2 -- platform/framework/src/resolve/RequireConfigurator.js | 2 -- platform/framework/test/FrameworkInitializerSpec.js | 2 -- platform/framework/test/LogLevelSpec.js | 2 -- .../framework/test/bootstrap/ApplicationBootstrapperSpec.js | 2 -- platform/framework/test/load/BundleLoaderSpec.js | 2 -- platform/framework/test/load/BundleSpec.js | 2 -- platform/framework/test/load/ExtensionSpec.js | 2 -- platform/framework/test/register/CustomRegistrarsSpec.js | 2 -- platform/framework/test/register/ExtensionRegistrarSpec.js | 2 -- platform/framework/test/register/ExtensionSorterSpec.js | 2 -- platform/framework/test/register/PartialConstructorSpec.js | 2 -- platform/framework/test/register/ServiceCompositorSpec.js | 2 -- platform/framework/test/resolve/BundleResolverSpec.js | 2 -- platform/framework/test/resolve/ExtensionResolverSpec.js | 2 -- platform/framework/test/resolve/ImplementationLoaderSpec.js | 2 -- platform/framework/test/resolve/RequireConfiguratorSpec.js | 2 -- platform/identity/bundle.js | 2 -- platform/identity/src/IdentityAggregator.js | 2 -- platform/identity/src/IdentityCreationDecorator.js | 2 -- platform/identity/src/IdentityIndicator.js | 2 -- platform/identity/src/IdentityProvider.js | 2 -- platform/identity/test/IdentityAggregatorSpec.js | 2 -- platform/identity/test/IdentityCreationDecoratorSpec.js | 2 -- platform/identity/test/IdentityIndicatorSpec.js | 2 -- platform/identity/test/IdentityProviderSpec.js | 2 -- platform/persistence/aggregator/bundle.js | 2 -- platform/persistence/aggregator/src/PersistenceAggregator.js | 2 -- .../persistence/aggregator/test/PersistenceAggregatorSpec.js | 2 -- platform/persistence/cache/bundle.js | 2 -- platform/persistence/cache/src/CachingPersistenceDecorator.js | 2 -- .../persistence/cache/test/CachingPersistenceDecoratorSpec.js | 2 -- platform/persistence/couch/bundle.js | 2 -- platform/persistence/couch/src/CouchDocument.js | 2 -- platform/persistence/couch/src/CouchIndicator.js | 2 -- platform/persistence/couch/src/CouchPersistenceProvider.js | 2 -- platform/persistence/couch/test/CouchDocumentSpec.js | 2 -- platform/persistence/couch/test/CouchIndicatorSpec.js | 2 -- platform/persistence/couch/test/CouchPersistenceProviderSpec.js | 2 -- platform/persistence/elastic/bundle.js | 2 -- platform/persistence/elastic/src/ElasticIndicator.js | 2 -- platform/persistence/elastic/src/ElasticPersistenceProvider.js | 2 -- platform/persistence/elastic/src/ElasticSearchProvider.js | 2 -- platform/persistence/elastic/test/ElasticIndicatorSpec.js | 2 -- .../persistence/elastic/test/ElasticPersistenceProviderSpec.js | 2 -- platform/persistence/elastic/test/ElasticSearchProviderSpec.js | 2 -- platform/persistence/local/bundle.js | 2 -- platform/persistence/local/src/LocalStorageIndicator.js | 2 -- .../persistence/local/src/LocalStoragePersistenceProvider.js | 2 -- platform/persistence/local/test/LocalStorageIndicatorSpec.js | 2 -- .../local/test/LocalStoragePersistenceProviderSpec.js | 2 -- platform/persistence/queue/bundle.js | 2 -- platform/persistence/queue/src/PersistenceFailureConstants.js | 1 - platform/persistence/queue/src/PersistenceFailureController.js | 2 -- platform/persistence/queue/src/PersistenceFailureDialog.js | 2 -- platform/persistence/queue/src/PersistenceFailureHandler.js | 2 -- platform/persistence/queue/src/PersistenceQueue.js | 2 -- platform/persistence/queue/src/PersistenceQueueHandler.js | 2 -- platform/persistence/queue/src/PersistenceQueueImpl.js | 2 -- platform/persistence/queue/src/QueuingPersistenceCapability.js | 2 -- .../queue/src/QueuingPersistenceCapabilityDecorator.js | 2 -- .../persistence/queue/test/PersistenceFailureConstantsSpec.js | 2 -- .../persistence/queue/test/PersistenceFailureControllerSpec.js | 2 -- platform/persistence/queue/test/PersistenceFailureDialogSpec.js | 2 -- .../persistence/queue/test/PersistenceFailureHandlerSpec.js | 2 -- platform/persistence/queue/test/PersistenceQueueHandlerSpec.js | 2 -- platform/persistence/queue/test/PersistenceQueueImplSpec.js | 2 -- platform/persistence/queue/test/PersistenceQueueSpec.js | 2 -- .../queue/test/QueuingPersistenceCapabilityDecoratorSpec.js | 2 -- .../persistence/queue/test/QueuingPersistenceCapabilitySpec.js | 2 -- platform/policy/bundle.js | 2 -- platform/policy/src/PolicyActionDecorator.js | 2 -- platform/policy/src/PolicyProvider.js | 2 -- platform/policy/src/PolicyViewDecorator.js | 2 -- platform/policy/test/PolicyActionDecoratorSpec.js | 2 -- platform/policy/test/PolicyProviderSpec.js | 2 -- platform/policy/test/PolicyViewDecoratorSpec.js | 2 -- platform/representation/bundle.js | 2 -- platform/representation/src/MCTInclude.js | 2 -- platform/representation/src/MCTRepresentation.js | 2 -- platform/representation/src/TemplateLinker.js | 2 -- platform/representation/src/TemplatePrefetcher.js | 2 -- platform/representation/src/actions/ContextMenuAction.js | 2 -- platform/representation/src/gestures/ContextMenuGesture.js | 2 -- platform/representation/src/gestures/DragGesture.js | 2 -- platform/representation/src/gestures/DropGesture.js | 2 -- platform/representation/src/gestures/GestureConstants.js | 1 - platform/representation/src/gestures/GestureProvider.js | 2 -- platform/representation/src/gestures/GestureRepresenter.js | 2 -- platform/representation/src/services/DndService.js | 2 -- platform/representation/test/MCTIncludeSpec.js | 2 -- platform/representation/test/MCTRepresentationSpec.js | 2 -- platform/representation/test/TemplateLinkerSpec.js | 2 -- platform/representation/test/TemplatePrefetcherSpec.js | 2 -- platform/representation/test/actions/ContextMenuActionSpec.js | 2 -- platform/representation/test/gestures/ContextMenuGestureSpec.js | 2 -- platform/representation/test/gestures/DragGestureSpec.js | 2 -- platform/representation/test/gestures/DropGestureSpec.js | 2 -- platform/representation/test/gestures/GestureProviderSpec.js | 2 -- platform/representation/test/gestures/GestureRepresenterSpec.js | 2 -- platform/representation/test/services/DndServiceSpec.js | 2 -- platform/search/bundle.js | 2 -- platform/search/src/controllers/ClickAwayController.js | 2 -- platform/search/src/controllers/SearchController.js | 2 -- platform/search/src/controllers/SearchMenuController.js | 2 -- platform/search/src/services/GenericSearchProvider.js | 2 -- platform/search/src/services/GenericSearchWorker.js | 2 -- platform/search/src/services/SearchAggregator.js | 2 -- platform/search/test/controllers/ClickAwayControllerSpec.js | 2 -- platform/search/test/controllers/SearchControllerSpec.js | 2 -- platform/search/test/controllers/SearchMenuControllerSpec.js | 2 -- platform/search/test/services/GenericSearchProviderSpec.js | 2 -- platform/search/test/services/GenericSearchWorkerSpec.js | 2 -- platform/search/test/services/SearchAggregatorSpec.js | 2 -- platform/status/bundle.js | 2 -- platform/status/src/StatusCapability.js | 2 -- platform/status/src/StatusConstants.js | 1 - platform/status/src/StatusRepresenter.js | 2 -- platform/status/src/StatusService.js | 2 -- platform/status/test/StatusCapabilitySpec.js | 2 -- platform/status/test/StatusRepresenterSpec.js | 2 -- platform/status/test/StatusServiceSpec.js | 2 -- platform/telemetry/bundle.js | 2 -- platform/telemetry/src/TelemetryAggregator.js | 2 -- platform/telemetry/src/TelemetryCapability.js | 2 -- platform/telemetry/src/TelemetryController.js | 2 -- platform/telemetry/src/TelemetryDelegator.js | 2 -- platform/telemetry/src/TelemetryFormatter.js | 2 -- platform/telemetry/src/TelemetryHandle.js | 2 -- platform/telemetry/src/TelemetryHandler.js | 2 -- platform/telemetry/src/TelemetryQueue.js | 2 -- platform/telemetry/src/TelemetrySubscriber.js | 2 -- platform/telemetry/src/TelemetrySubscription.js | 2 -- platform/telemetry/src/TelemetryTable.js | 2 -- platform/telemetry/test/TelemetryAggregatorSpec.js | 2 -- platform/telemetry/test/TelemetryCapabilitySpec.js | 2 -- platform/telemetry/test/TelemetryControllerSpec.js | 2 -- platform/telemetry/test/TelemetryDelegatorSpec.js | 2 -- platform/telemetry/test/TelemetryFormatterSpec.js | 2 -- platform/telemetry/test/TelemetryHandleSpec.js | 2 -- platform/telemetry/test/TelemetryHandlerSpec.js | 2 -- platform/telemetry/test/TelemetryQueueSpec.js | 2 -- platform/telemetry/test/TelemetrySubscriberSpec.js | 2 -- platform/telemetry/test/TelemetrySubscriptionSpec.js | 2 -- platform/telemetry/test/TelemetryTableSpec.js | 2 -- src/BundleRegistry.js | 2 -- src/BundleRegistrySpec.js | 2 -- src/legacyRegistry.js | 2 -- src/legacyRegistrySpec.js | 2 -- 778 files changed, 1547 deletions(-) diff --git a/platform/commonUI/about/bundle.js b/platform/commonUI/about/bundle.js index aff0825f5c..a5fdd726d5 100644 --- a/platform/commonUI/about/bundle.js +++ b/platform/commonUI/about/bundle.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define([ "text!./res/templates/about-dialog.html", @@ -48,7 +47,6 @@ define([ licensesExportMdTemplate, legacyRegistry ) { - "use strict"; legacyRegistry.register("platform/commonUI/about", { "name": "About Open MCT Web", diff --git a/platform/commonUI/about/src/AboutController.js b/platform/commonUI/about/src/AboutController.js index dffd9b9471..0807166bc9 100644 --- a/platform/commonUI/about/src/AboutController.js +++ b/platform/commonUI/about/src/AboutController.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ /** @@ -29,7 +28,6 @@ define( [], function () { - "use strict"; /** * The AboutController provides information to populate the diff --git a/platform/commonUI/about/src/LicenseController.js b/platform/commonUI/about/src/LicenseController.js index 740124641f..5d030588c9 100644 --- a/platform/commonUI/about/src/LicenseController.js +++ b/platform/commonUI/about/src/LicenseController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * Provides extension-introduced licenses information to the diff --git a/platform/commonUI/about/src/LogoController.js b/platform/commonUI/about/src/LogoController.js index 85909a0552..616981e8da 100644 --- a/platform/commonUI/about/src/LogoController.js +++ b/platform/commonUI/about/src/LogoController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * The LogoController provides functionality to the application diff --git a/platform/commonUI/about/test/AboutControllerSpec.js b/platform/commonUI/about/test/AboutControllerSpec.js index c4fb26c488..f902c7b6dc 100644 --- a/platform/commonUI/about/test/AboutControllerSpec.js +++ b/platform/commonUI/about/test/AboutControllerSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ define( ['../src/AboutController'], function (AboutController) { - "use strict"; describe("The About controller", function () { var testVersions, diff --git a/platform/commonUI/about/test/LicenseControllerSpec.js b/platform/commonUI/about/test/LicenseControllerSpec.js index 9e281c3cfd..ba99fc1f0d 100644 --- a/platform/commonUI/about/test/LicenseControllerSpec.js +++ b/platform/commonUI/about/test/LicenseControllerSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ define( ['../src/LicenseController'], function (LicenseController) { - "use strict"; describe("The License controller", function () { var testLicenses, diff --git a/platform/commonUI/about/test/LogoControllerSpec.js b/platform/commonUI/about/test/LogoControllerSpec.js index c7ad665319..da1c4b0a84 100644 --- a/platform/commonUI/about/test/LogoControllerSpec.js +++ b/platform/commonUI/about/test/LogoControllerSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ define( ['../src/LogoController'], function (LogoController) { - "use strict"; describe("The About controller", function () { var mockOverlayService, diff --git a/platform/commonUI/browse/bundle.js b/platform/commonUI/browse/bundle.js index 7fd785a7f5..73b3f44de7 100644 --- a/platform/commonUI/browse/bundle.js +++ b/platform/commonUI/browse/bundle.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define([ "./src/BrowseController", @@ -80,7 +79,6 @@ define([ inspectorRegionTemplate, legacyRegistry ) { - "use strict"; legacyRegistry.register("platform/commonUI/browse", { "extensions": { diff --git a/platform/commonUI/browse/src/BrowseController.js b/platform/commonUI/browse/src/BrowseController.js index db7d9182cb..2c07ee7b50 100644 --- a/platform/commonUI/browse/src/BrowseController.js +++ b/platform/commonUI/browse/src/BrowseController.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise, confirm*/ /** * This bundle implements Browse mode. @@ -30,7 +29,6 @@ define( '../../../representation/src/gestures/GestureConstants' ], function (GestureConstants) { - "use strict"; var ROOT_ID = "ROOT"; diff --git a/platform/commonUI/browse/src/BrowseObjectController.js b/platform/commonUI/browse/src/BrowseObjectController.js index 71345d6f1b..63547993f8 100644 --- a/platform/commonUI/browse/src/BrowseObjectController.js +++ b/platform/commonUI/browse/src/BrowseObjectController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ define( [], function () { - "use strict"; /** * Controller for the `browse-object` representation of a domain diff --git a/platform/commonUI/browse/src/InspectorRegion.js b/platform/commonUI/browse/src/InspectorRegion.js index cc47ae2db8..e227d3d452 100644 --- a/platform/commonUI/browse/src/InspectorRegion.js +++ b/platform/commonUI/browse/src/InspectorRegion.js @@ -19,14 +19,12 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,window*/ define( [ '../../regions/src/Region' ], function (Region) { - "use strict"; /** * Defines the a default Inspector region. Captured in a class to diff --git a/platform/commonUI/browse/src/MenuArrowController.js b/platform/commonUI/browse/src/MenuArrowController.js index 5c4916e099..f222871ccc 100644 --- a/platform/commonUI/browse/src/MenuArrowController.js +++ b/platform/commonUI/browse/src/MenuArrowController.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ /** * Module defining MenuArrowController. Created by shale on 06/30/2015. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; /** * A left-click on the menu arrow should display a diff --git a/platform/commonUI/browse/src/PaneController.js b/platform/commonUI/browse/src/PaneController.js index 6a59baa0e0..3fb5630fdd 100644 --- a/platform/commonUI/browse/src/PaneController.js +++ b/platform/commonUI/browse/src/PaneController.js @@ -19,13 +19,11 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ define( [], function () { - "use strict"; /** * Controller to provide the ability to show/hide the tree in diff --git a/platform/commonUI/browse/src/creation/AddAction.js b/platform/commonUI/browse/src/creation/AddAction.js index 3832280130..9a9467ef5b 100644 --- a/platform/commonUI/browse/src/creation/AddAction.js +++ b/platform/commonUI/browse/src/creation/AddAction.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining AddAction. Created by ahenry on 01/21/16. @@ -29,7 +28,6 @@ define( './CreateWizard' ], function (CreateWizard) { - "use strict"; /** * The Add Action is performed to create new instances of diff --git a/platform/commonUI/browse/src/creation/AddActionProvider.js b/platform/commonUI/browse/src/creation/AddActionProvider.js index 0ac97c0013..9ae5364d95 100644 --- a/platform/commonUI/browse/src/creation/AddActionProvider.js +++ b/platform/commonUI/browse/src/creation/AddActionProvider.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining AddActionProvider.js. Created by ahenry on 01/21/16. @@ -27,7 +26,6 @@ define( ["./AddAction"], function (AddAction) { - "use strict"; /** * The AddActionProvider is an ActionProvider which introduces diff --git a/platform/commonUI/browse/src/creation/CreateAction.js b/platform/commonUI/browse/src/creation/CreateAction.js index 83d88ba709..00b7c09fa4 100644 --- a/platform/commonUI/browse/src/creation/CreateAction.js +++ b/platform/commonUI/browse/src/creation/CreateAction.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining CreateAction. Created by vwoeltje on 11/10/14. @@ -30,7 +29,6 @@ define( '../../../edit/src/objects/EditableDomainObject' ], function (CreateWizard, EditableDomainObject) { - "use strict"; /** * The Create Action is performed to create new instances of diff --git a/platform/commonUI/browse/src/creation/CreateActionProvider.js b/platform/commonUI/browse/src/creation/CreateActionProvider.js index 0a8d145b4e..82f57343da 100644 --- a/platform/commonUI/browse/src/creation/CreateActionProvider.js +++ b/platform/commonUI/browse/src/creation/CreateActionProvider.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining CreateActionProvider.js. Created by vwoeltje on 11/10/14. @@ -27,7 +26,6 @@ define( ["./CreateAction"], function (CreateAction) { - "use strict"; /** * The CreateActionProvider is an ActionProvider which introduces diff --git a/platform/commonUI/browse/src/creation/CreateMenuController.js b/platform/commonUI/browse/src/creation/CreateMenuController.js index 624764c2e4..77e09a69c4 100644 --- a/platform/commonUI/browse/src/creation/CreateMenuController.js +++ b/platform/commonUI/browse/src/creation/CreateMenuController.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining CreateMenuController. Created by vwoeltje on 11/10/14. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; /** * Controller for the Create menu; maintains an up-to-date diff --git a/platform/commonUI/browse/src/creation/CreateWizard.js b/platform/commonUI/browse/src/creation/CreateWizard.js index f4a29d42ac..660a577905 100644 --- a/platform/commonUI/browse/src/creation/CreateWizard.js +++ b/platform/commonUI/browse/src/creation/CreateWizard.js @@ -19,11 +19,9 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( function () { - 'use strict'; /** * A class for capturing user input data from an object creation diff --git a/platform/commonUI/browse/src/creation/CreationPolicy.js b/platform/commonUI/browse/src/creation/CreationPolicy.js index 28749e711f..480d0adec4 100644 --- a/platform/commonUI/browse/src/creation/CreationPolicy.js +++ b/platform/commonUI/browse/src/creation/CreationPolicy.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * A policy for determining whether objects of a given type can be diff --git a/platform/commonUI/browse/src/creation/CreationService.js b/platform/commonUI/browse/src/creation/CreationService.js index 4b7c0119c9..ca5389e162 100644 --- a/platform/commonUI/browse/src/creation/CreationService.js +++ b/platform/commonUI/browse/src/creation/CreationService.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining CreateService. Created by vwoeltje on 11/10/14. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; var NON_PERSISTENT_WARNING = "Tried to create an object in non-persistent container.", diff --git a/platform/commonUI/browse/src/creation/LocatorController.js b/platform/commonUI/browse/src/creation/LocatorController.js index 3d8c6cfc7f..43a1a4ed10 100644 --- a/platform/commonUI/browse/src/creation/LocatorController.js +++ b/platform/commonUI/browse/src/creation/LocatorController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * Controller for the "locator" control, which provides the diff --git a/platform/commonUI/browse/src/navigation/NavigateAction.js b/platform/commonUI/browse/src/navigation/NavigateAction.js index 7b258afafe..e9cc700f93 100644 --- a/platform/commonUI/browse/src/navigation/NavigateAction.js +++ b/platform/commonUI/browse/src/navigation/NavigateAction.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining NavigateAction. Created by vwoeltje on 11/10/14. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; /** * The navigate action navigates to a specific domain object. diff --git a/platform/commonUI/browse/src/navigation/NavigationService.js b/platform/commonUI/browse/src/navigation/NavigationService.js index 3b4d266bd1..05d93aa996 100644 --- a/platform/commonUI/browse/src/navigation/NavigationService.js +++ b/platform/commonUI/browse/src/navigation/NavigationService.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining NavigationService. Created by vwoeltje on 11/10/14. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; /** * The navigation service maintains the application's current diff --git a/platform/commonUI/browse/src/windowing/FullscreenAction.js b/platform/commonUI/browse/src/windowing/FullscreenAction.js index 5de4336acd..f898dbbe6e 100644 --- a/platform/commonUI/browse/src/windowing/FullscreenAction.js +++ b/platform/commonUI/browse/src/windowing/FullscreenAction.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,screenfull,Promise*/ /** * Module defining FullscreenAction. Created by vwoeltje on 11/18/14. @@ -27,7 +26,6 @@ define( ["screenfull"], function () { - "use strict"; var ENTER_FULLSCREEN = "Enter full screen mode", EXIT_FULLSCREEN = "Exit full screen mode"; diff --git a/platform/commonUI/browse/src/windowing/NewTabAction.js b/platform/commonUI/browse/src/windowing/NewTabAction.js index 301c204bbd..83422d5096 100644 --- a/platform/commonUI/browse/src/windowing/NewTabAction.js +++ b/platform/commonUI/browse/src/windowing/NewTabAction.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining NewTabAction (Originally NewWindowAction). Created by vwoeltje on 11/18/14. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; var ROOT_ID = "ROOT", DEFAULT_PATH = "/mine"; /** diff --git a/platform/commonUI/browse/src/windowing/WindowTitler.js b/platform/commonUI/browse/src/windowing/WindowTitler.js index 4ce448cb1e..eb8c499e24 100644 --- a/platform/commonUI/browse/src/windowing/WindowTitler.js +++ b/platform/commonUI/browse/src/windowing/WindowTitler.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ define( [], function () { - "use strict"; /** * Updates the title of the current window to reflect the name diff --git a/platform/commonUI/browse/test/BrowseControllerSpec.js b/platform/commonUI/browse/test/BrowseControllerSpec.js index cc14b4d0e5..6bb41b4e6e 100644 --- a/platform/commonUI/browse/test/BrowseControllerSpec.js +++ b/platform/commonUI/browse/test/BrowseControllerSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../src/BrowseController"], function (BrowseController) { - "use strict"; describe("The browse controller", function () { var mockScope, diff --git a/platform/commonUI/browse/test/BrowseObjectControllerSpec.js b/platform/commonUI/browse/test/BrowseObjectControllerSpec.js index 9fc7ba3119..dd873030f5 100644 --- a/platform/commonUI/browse/test/BrowseObjectControllerSpec.js +++ b/platform/commonUI/browse/test/BrowseObjectControllerSpec.js @@ -19,13 +19,11 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ define( ["../src/BrowseObjectController"], function (BrowseObjectController) { - "use strict"; describe("The browse object controller", function () { var mockScope, diff --git a/platform/commonUI/browse/test/InspectorRegionSpec.js b/platform/commonUI/browse/test/InspectorRegionSpec.js index e455a8df4d..b7ce021cdc 100644 --- a/platform/commonUI/browse/test/InspectorRegionSpec.js +++ b/platform/commonUI/browse/test/InspectorRegionSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../src/InspectorRegion"], function (InspectorRegion) { - "use strict"; describe("The inspector region", function () { var inspectorRegion; diff --git a/platform/commonUI/browse/test/MenuArrowControllerSpec.js b/platform/commonUI/browse/test/MenuArrowControllerSpec.js index b8aa345489..22f9882115 100644 --- a/platform/commonUI/browse/test/MenuArrowControllerSpec.js +++ b/platform/commonUI/browse/test/MenuArrowControllerSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../src/MenuArrowController"], function (MenuArrowController) { - "use strict"; describe("The menu arrow controller ", function () { var mockScope, diff --git a/platform/commonUI/browse/test/PaneControllerSpec.js b/platform/commonUI/browse/test/PaneControllerSpec.js index f02da713a4..8654884f39 100644 --- a/platform/commonUI/browse/test/PaneControllerSpec.js +++ b/platform/commonUI/browse/test/PaneControllerSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ define( ["../src/PaneController"], function (PaneController) { - 'use strict'; describe("The PaneController", function () { var mockScope, diff --git a/platform/commonUI/browse/test/creation/AddActionProviderSpec.js b/platform/commonUI/browse/test/creation/AddActionProviderSpec.js index aaa83af8e9..3b391d0258 100644 --- a/platform/commonUI/browse/test/creation/AddActionProviderSpec.js +++ b/platform/commonUI/browse/test/creation/AddActionProviderSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../../src/creation/AddActionProvider"], function (AddActionProvider) { - "use strict"; describe("The add action provider", function () { var mockTypeService, diff --git a/platform/commonUI/browse/test/creation/CreateActionProviderSpec.js b/platform/commonUI/browse/test/creation/CreateActionProviderSpec.js index 857b29fe4e..b5bb794b04 100644 --- a/platform/commonUI/browse/test/creation/CreateActionProviderSpec.js +++ b/platform/commonUI/browse/test/creation/CreateActionProviderSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../../src/creation/CreateActionProvider"], function (CreateActionProvider) { - "use strict"; describe("The create action provider", function () { var mockTypeService, diff --git a/platform/commonUI/browse/test/creation/CreateActionSpec.js b/platform/commonUI/browse/test/creation/CreateActionSpec.js index d7e357fd9e..600bfadbdb 100644 --- a/platform/commonUI/browse/test/creation/CreateActionSpec.js +++ b/platform/commonUI/browse/test/creation/CreateActionSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../../src/creation/CreateAction"], function (CreateAction) { - "use strict"; describe("The create action", function () { var mockType, diff --git a/platform/commonUI/browse/test/creation/CreateMenuControllerSpec.js b/platform/commonUI/browse/test/creation/CreateMenuControllerSpec.js index 5f10ee35e4..a2f5473199 100644 --- a/platform/commonUI/browse/test/creation/CreateMenuControllerSpec.js +++ b/platform/commonUI/browse/test/creation/CreateMenuControllerSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../../src/creation/CreateMenuController"], function (CreateMenuController) { - "use strict"; describe("The create menu controller", function () { var mockScope, diff --git a/platform/commonUI/browse/test/creation/CreateWizardSpec.js b/platform/commonUI/browse/test/creation/CreateWizardSpec.js index fbb2a735e6..577fb9b9ff 100644 --- a/platform/commonUI/browse/test/creation/CreateWizardSpec.js +++ b/platform/commonUI/browse/test/creation/CreateWizardSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../../src/creation/CreateWizard"], function (CreateWizard) { - "use strict"; describe("The create wizard", function () { var mockType, diff --git a/platform/commonUI/browse/test/creation/CreationPolicySpec.js b/platform/commonUI/browse/test/creation/CreationPolicySpec.js index 1f88c1b149..a12d2c752d 100644 --- a/platform/commonUI/browse/test/creation/CreationPolicySpec.js +++ b/platform/commonUI/browse/test/creation/CreationPolicySpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/creation/CreationPolicy"], function (CreationPolicy) { - "use strict"; describe("The creation policy", function () { var mockType, diff --git a/platform/commonUI/browse/test/creation/CreationServiceSpec.js b/platform/commonUI/browse/test/creation/CreationServiceSpec.js index e0704ba702..deb2ba068b 100644 --- a/platform/commonUI/browse/test/creation/CreationServiceSpec.js +++ b/platform/commonUI/browse/test/creation/CreationServiceSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../../src/creation/CreationService"], function (CreationService) { - "use strict"; describe("The creation service", function () { var mockQ, diff --git a/platform/commonUI/browse/test/creation/LocatorControllerSpec.js b/platform/commonUI/browse/test/creation/LocatorControllerSpec.js index 381aecf0ab..a601d5ea42 100644 --- a/platform/commonUI/browse/test/creation/LocatorControllerSpec.js +++ b/platform/commonUI/browse/test/creation/LocatorControllerSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../../src/creation/LocatorController"], function (LocatorController) { - "use strict"; describe("The locator controller", function () { var mockScope, diff --git a/platform/commonUI/browse/test/navigation/NavigateActionSpec.js b/platform/commonUI/browse/test/navigation/NavigateActionSpec.js index 2441087a1a..fca6f3bea0 100644 --- a/platform/commonUI/browse/test/navigation/NavigateActionSpec.js +++ b/platform/commonUI/browse/test/navigation/NavigateActionSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../../src/navigation/NavigateAction"], function (NavigateAction) { - "use strict"; describe("The navigate action", function () { var mockNavigationService, diff --git a/platform/commonUI/browse/test/navigation/NavigationServiceSpec.js b/platform/commonUI/browse/test/navigation/NavigationServiceSpec.js index 410a5f1562..12b849a314 100644 --- a/platform/commonUI/browse/test/navigation/NavigationServiceSpec.js +++ b/platform/commonUI/browse/test/navigation/NavigationServiceSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../../src/navigation/NavigationService"], function (NavigationService) { - "use strict"; describe("The navigation service", function () { var navigationService; diff --git a/platform/commonUI/browse/test/windowing/FullscreenActionSpec.js b/platform/commonUI/browse/test/windowing/FullscreenActionSpec.js index 4ef3f50a7f..f0cf4eb382 100644 --- a/platform/commonUI/browse/test/windowing/FullscreenActionSpec.js +++ b/platform/commonUI/browse/test/windowing/FullscreenActionSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../../src/windowing/FullscreenAction"], function (FullscreenAction) { - "use strict"; describe("The fullscreen action", function () { var action, diff --git a/platform/commonUI/browse/test/windowing/NewTabActionSpec.js b/platform/commonUI/browse/test/windowing/NewTabActionSpec.js index 1371f96eda..47f02f6c41 100644 --- a/platform/commonUI/browse/test/windowing/NewTabActionSpec.js +++ b/platform/commonUI/browse/test/windowing/NewTabActionSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine,afterEach,window*/ define( ["../../src/windowing/NewTabAction"], function (NewTabAction) { - "use strict"; describe("The new tab action", function () { var actionSelected, diff --git a/platform/commonUI/browse/test/windowing/WindowTitlerSpec.js b/platform/commonUI/browse/test/windowing/WindowTitlerSpec.js index d9c71a86dd..f4a0bfb4bc 100644 --- a/platform/commonUI/browse/test/windowing/WindowTitlerSpec.js +++ b/platform/commonUI/browse/test/windowing/WindowTitlerSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../../src/windowing/WindowTitler"], function (WindowTitler) { - "use strict"; describe("The window titler", function () { var mockNavigationService, diff --git a/platform/commonUI/dialog/bundle.js b/platform/commonUI/dialog/bundle.js index 3d99408478..ef1384c3d4 100644 --- a/platform/commonUI/dialog/bundle.js +++ b/platform/commonUI/dialog/bundle.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define([ "./src/DialogService", @@ -44,7 +43,6 @@ define([ overlayTemplate, legacyRegistry ) { - "use strict"; legacyRegistry.register("platform/commonUI/dialog", { "extensions": { diff --git a/platform/commonUI/dialog/src/DialogService.js b/platform/commonUI/dialog/src/DialogService.js index 0d480f3455..94b59e0156 100644 --- a/platform/commonUI/dialog/src/DialogService.js +++ b/platform/commonUI/dialog/src/DialogService.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ /** * This bundle implements the dialog service, which can be used to @@ -29,7 +28,6 @@ define( [], function () { - "use strict"; /** * The dialog service is responsible for handling window-modal * communication with the user, such as displaying forms for user diff --git a/platform/commonUI/dialog/src/OverlayService.js b/platform/commonUI/dialog/src/OverlayService.js index 5e9703cb42..084342603f 100644 --- a/platform/commonUI/dialog/src/OverlayService.js +++ b/platform/commonUI/dialog/src/OverlayService.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; // 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 diff --git a/platform/commonUI/dialog/test/DialogServiceSpec.js b/platform/commonUI/dialog/test/DialogServiceSpec.js index 2dc109ac44..cfaf21fe76 100644 --- a/platform/commonUI/dialog/test/DialogServiceSpec.js +++ b/platform/commonUI/dialog/test/DialogServiceSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../src/DialogService"], function (DialogService) { - "use strict"; describe("The dialog service", function () { var mockOverlayService, diff --git a/platform/commonUI/dialog/test/OverlayServiceSpec.js b/platform/commonUI/dialog/test/OverlayServiceSpec.js index cdeffb9f24..42fec48efd 100644 --- a/platform/commonUI/dialog/test/OverlayServiceSpec.js +++ b/platform/commonUI/dialog/test/OverlayServiceSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * 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. @@ -27,7 +26,6 @@ define( ["../src/OverlayService"], function (OverlayService) { - "use strict"; describe("The overlay service", function () { var mockDocument, diff --git a/platform/commonUI/edit/bundle.js b/platform/commonUI/edit/bundle.js index 80a98a6927..3638f882c9 100644 --- a/platform/commonUI/edit/bundle.js +++ b/platform/commonUI/edit/bundle.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define([ "./src/controllers/EditActionController", @@ -66,7 +65,6 @@ define([ topbarEditTemplate, legacyRegistry ) { - "use strict"; legacyRegistry.register("platform/commonUI/edit", { "extensions": { diff --git a/platform/commonUI/edit/src/actions/CancelAction.js b/platform/commonUI/edit/src/actions/CancelAction.js index 6b9cbf9c08..da3fea8046 100644 --- a/platform/commonUI/edit/src/actions/CancelAction.js +++ b/platform/commonUI/edit/src/actions/CancelAction.js @@ -19,11 +19,9 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( function () { - 'use strict'; /** * The "Cancel" action; the action triggered by clicking Cancel from diff --git a/platform/commonUI/edit/src/actions/EditAction.js b/platform/commonUI/edit/src/actions/EditAction.js index d771f75dd4..17fd34156c 100644 --- a/platform/commonUI/edit/src/actions/EditAction.js +++ b/platform/commonUI/edit/src/actions/EditAction.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining EditAction. Created by vwoeltje on 11/14/14. @@ -27,7 +26,6 @@ define( ['../objects/EditableDomainObject'], function (EditableDomainObject) { - "use strict"; // A no-op action to return in the event that the action cannot // be completed. diff --git a/platform/commonUI/edit/src/actions/LinkAction.js b/platform/commonUI/edit/src/actions/LinkAction.js index 95ed9a8082..f12539b1fe 100644 --- a/platform/commonUI/edit/src/actions/LinkAction.js +++ b/platform/commonUI/edit/src/actions/LinkAction.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** diff --git a/platform/commonUI/edit/src/actions/PropertiesAction.js b/platform/commonUI/edit/src/actions/PropertiesAction.js index 1134c23190..7ec48122ca 100644 --- a/platform/commonUI/edit/src/actions/PropertiesAction.js +++ b/platform/commonUI/edit/src/actions/PropertiesAction.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ /** * Edit the properties of a domain object. Shows a dialog @@ -29,7 +28,6 @@ define( ['./PropertiesDialog'], function (PropertiesDialog) { - 'use strict'; /** * Implements the "Edit Properties" action, which prompts the user diff --git a/platform/commonUI/edit/src/actions/PropertiesDialog.js b/platform/commonUI/edit/src/actions/PropertiesDialog.js index f461c0b8e1..0508724ac1 100644 --- a/platform/commonUI/edit/src/actions/PropertiesDialog.js +++ b/platform/commonUI/edit/src/actions/PropertiesDialog.js @@ -19,11 +19,9 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( function () { - 'use strict'; /** * Construct a new Properties dialog. diff --git a/platform/commonUI/edit/src/actions/RemoveAction.js b/platform/commonUI/edit/src/actions/RemoveAction.js index dd95616289..3174330d03 100644 --- a/platform/commonUI/edit/src/actions/RemoveAction.js +++ b/platform/commonUI/edit/src/actions/RemoveAction.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ /** * Module defining RemoveAction. Created by vwoeltje on 11/17/14. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; /** * Construct an action which will remove the provided object manifestation. diff --git a/platform/commonUI/edit/src/actions/SaveAction.js b/platform/commonUI/edit/src/actions/SaveAction.js index 1415a6ed4b..55755e12cb 100644 --- a/platform/commonUI/edit/src/actions/SaveAction.js +++ b/platform/commonUI/edit/src/actions/SaveAction.js @@ -19,14 +19,12 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ /*jslint es5: true */ define( ['../../../browse/src/creation/CreateWizard'], function (CreateWizard) { - 'use strict'; /** * The "Save" action; the action triggered by clicking Save from diff --git a/platform/commonUI/edit/src/capabilities/EditableActionCapability.js b/platform/commonUI/edit/src/capabilities/EditableActionCapability.js index b5bad72dc0..2e83dee0a0 100644 --- a/platform/commonUI/edit/src/capabilities/EditableActionCapability.js +++ b/platform/commonUI/edit/src/capabilities/EditableActionCapability.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( function () { - 'use strict'; var DISALLOWED_ACTIONS = ["move", "copy", "link", "window", "follow"]; /** * Editable Action Capability. Overrides the action capability diff --git a/platform/commonUI/edit/src/capabilities/EditableCompositionCapability.js b/platform/commonUI/edit/src/capabilities/EditableCompositionCapability.js index 17dff58c0d..343c6a03a2 100644 --- a/platform/commonUI/edit/src/capabilities/EditableCompositionCapability.js +++ b/platform/commonUI/edit/src/capabilities/EditableCompositionCapability.js @@ -19,13 +19,11 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( ['./EditableLookupCapability'], function (EditableLookupCapability) { - 'use strict'; /** * Wrapper for the "composition" capability; diff --git a/platform/commonUI/edit/src/capabilities/EditableContextCapability.js b/platform/commonUI/edit/src/capabilities/EditableContextCapability.js index d0df90afc4..d20971fb04 100644 --- a/platform/commonUI/edit/src/capabilities/EditableContextCapability.js +++ b/platform/commonUI/edit/src/capabilities/EditableContextCapability.js @@ -19,13 +19,11 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( ['./EditableLookupCapability'], function (EditableLookupCapability) { - 'use strict'; /** * Wrapper for the "context" capability; diff --git a/platform/commonUI/edit/src/capabilities/EditableInstantiationCapability.js b/platform/commonUI/edit/src/capabilities/EditableInstantiationCapability.js index 6a0392476b..4376a9310e 100644 --- a/platform/commonUI/edit/src/capabilities/EditableInstantiationCapability.js +++ b/platform/commonUI/edit/src/capabilities/EditableInstantiationCapability.js @@ -19,13 +19,11 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( ['./EditableLookupCapability'], function (EditableLookupCapability) { - 'use strict'; /** * Wrapper for the "instantiation" capability; diff --git a/platform/commonUI/edit/src/capabilities/EditableLookupCapability.js b/platform/commonUI/edit/src/capabilities/EditableLookupCapability.js index dae2df3d83..a0c8add0c3 100644 --- a/platform/commonUI/edit/src/capabilities/EditableLookupCapability.js +++ b/platform/commonUI/edit/src/capabilities/EditableLookupCapability.js @@ -19,13 +19,11 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - 'use strict'; /** * Wrapper for both "context" and "composition" capabilities; diff --git a/platform/commonUI/edit/src/capabilities/EditablePersistenceCapability.js b/platform/commonUI/edit/src/capabilities/EditablePersistenceCapability.js index 92d29f66ad..e6c32e2bf4 100644 --- a/platform/commonUI/edit/src/capabilities/EditablePersistenceCapability.js +++ b/platform/commonUI/edit/src/capabilities/EditablePersistenceCapability.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( function () { - 'use strict'; /** * Editable Persistence Capability. Overrides the persistence capability diff --git a/platform/commonUI/edit/src/capabilities/EditableRelationshipCapability.js b/platform/commonUI/edit/src/capabilities/EditableRelationshipCapability.js index 3034301502..af8c142338 100644 --- a/platform/commonUI/edit/src/capabilities/EditableRelationshipCapability.js +++ b/platform/commonUI/edit/src/capabilities/EditableRelationshipCapability.js @@ -19,13 +19,11 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( ['./EditableLookupCapability'], function (EditableLookupCapability) { - 'use strict'; /** * Wrapper for the "relationship" capability; diff --git a/platform/commonUI/edit/src/capabilities/EditorCapability.js b/platform/commonUI/edit/src/capabilities/EditorCapability.js index b48c1988e6..ff9dfc19ed 100644 --- a/platform/commonUI/edit/src/capabilities/EditorCapability.js +++ b/platform/commonUI/edit/src/capabilities/EditorCapability.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - 'use strict'; /** diff --git a/platform/commonUI/edit/src/controllers/EditActionController.js b/platform/commonUI/edit/src/controllers/EditActionController.js index 4ea38f9bb5..85a0550182 100644 --- a/platform/commonUI/edit/src/controllers/EditActionController.js +++ b/platform/commonUI/edit/src/controllers/EditActionController.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining EditActionController. Created by vwoeltje on 11/17/14. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; var ACTION_CONTEXT = { category: 'conclude-editing' }; diff --git a/platform/commonUI/edit/src/controllers/EditObjectController.js b/platform/commonUI/edit/src/controllers/EditObjectController.js index d6121106ec..2b41f344b5 100644 --- a/platform/commonUI/edit/src/controllers/EditObjectController.js +++ b/platform/commonUI/edit/src/controllers/EditObjectController.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * This bundle implements Edit mode. @@ -28,7 +27,6 @@ define( [], function () { - "use strict"; /** * Controller which is responsible for populating the scope for diff --git a/platform/commonUI/edit/src/controllers/EditPanesController.js b/platform/commonUI/edit/src/controllers/EditPanesController.js index 7dedc251ec..83562c6ffc 100644 --- a/platform/commonUI/edit/src/controllers/EditPanesController.js +++ b/platform/commonUI/edit/src/controllers/EditPanesController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * Supports the Library and Elements panes in Edit mode. diff --git a/platform/commonUI/edit/src/controllers/ElementsController.js b/platform/commonUI/edit/src/controllers/ElementsController.js index c62e999fa2..531828544a 100644 --- a/platform/commonUI/edit/src/controllers/ElementsController.js +++ b/platform/commonUI/edit/src/controllers/ElementsController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ define( [], function () { - "use strict"; /** * The ElementsController prepares the elements view for display diff --git a/platform/commonUI/edit/src/directives/MCTBeforeUnload.js b/platform/commonUI/edit/src/directives/MCTBeforeUnload.js index 3e7501c788..a5dfc852ed 100644 --- a/platform/commonUI/edit/src/directives/MCTBeforeUnload.js +++ b/platform/commonUI/edit/src/directives/MCTBeforeUnload.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * Defines the `mct-before-unload` directive. The expression bound diff --git a/platform/commonUI/edit/src/objects/EditableDomainObject.js b/platform/commonUI/edit/src/objects/EditableDomainObject.js index 253947181d..1eedcd563b 100644 --- a/platform/commonUI/edit/src/objects/EditableDomainObject.js +++ b/platform/commonUI/edit/src/objects/EditableDomainObject.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ /** * Defines EditableDomainObject, which wraps domain objects @@ -51,7 +50,6 @@ define( EditableActionCapability, EditableDomainObjectCache ) { - "use strict"; var capabilityFactories = { persistence: EditablePersistenceCapability, diff --git a/platform/commonUI/edit/src/objects/EditableDomainObjectCache.js b/platform/commonUI/edit/src/objects/EditableDomainObjectCache.js index 32a11604de..bd557f882c 100644 --- a/platform/commonUI/edit/src/objects/EditableDomainObjectCache.js +++ b/platform/commonUI/edit/src/objects/EditableDomainObjectCache.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ /* @@ -36,7 +35,6 @@ define( ["./EditableModelCache"], function (EditableModelCache) { - 'use strict'; /** * Construct a new cache for editable domain objects. This can be used diff --git a/platform/commonUI/edit/src/objects/EditableModelCache.js b/platform/commonUI/edit/src/objects/EditableModelCache.js index 30ca3d774a..702cfbe6c7 100644 --- a/platform/commonUI/edit/src/objects/EditableModelCache.js +++ b/platform/commonUI/edit/src/objects/EditableModelCache.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * An editable model cache stores domain object models that have been diff --git a/platform/commonUI/edit/src/policies/EditActionPolicy.js b/platform/commonUI/edit/src/policies/EditActionPolicy.js index 7f623ce07b..a3a43fa81e 100644 --- a/platform/commonUI/edit/src/policies/EditActionPolicy.js +++ b/platform/commonUI/edit/src/policies/EditActionPolicy.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * Policy controlling when the `edit` and/or `properties` actions diff --git a/platform/commonUI/edit/src/policies/EditNavigationPolicy.js b/platform/commonUI/edit/src/policies/EditNavigationPolicy.js index 882e64935e..6797ac4eb1 100644 --- a/platform/commonUI/edit/src/policies/EditNavigationPolicy.js +++ b/platform/commonUI/edit/src/policies/EditNavigationPolicy.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * Policy controlling whether navigation events should proceed diff --git a/platform/commonUI/edit/src/policies/EditableViewPolicy.js b/platform/commonUI/edit/src/policies/EditableViewPolicy.js index 17194064b0..7c9742e2d3 100644 --- a/platform/commonUI/edit/src/policies/EditableViewPolicy.js +++ b/platform/commonUI/edit/src/policies/EditableViewPolicy.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * Policy controlling which views should be visible in Edit mode. diff --git a/platform/commonUI/edit/src/representers/EditRepresenter.js b/platform/commonUI/edit/src/representers/EditRepresenter.js index 533c8031e0..386285b38f 100644 --- a/platform/commonUI/edit/src/representers/EditRepresenter.js +++ b/platform/commonUI/edit/src/representers/EditRepresenter.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * The EditRepresenter is responsible for implementing diff --git a/platform/commonUI/edit/src/representers/EditToolbar.js b/platform/commonUI/edit/src/representers/EditToolbar.js index 367eaf1705..aabea1cf4a 100644 --- a/platform/commonUI/edit/src/representers/EditToolbar.js +++ b/platform/commonUI/edit/src/representers/EditToolbar.js @@ -19,11 +19,9 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; // Utility functions for reducing truth arrays function and(a, b) { return a && b; } diff --git a/platform/commonUI/edit/src/representers/EditToolbarRepresenter.js b/platform/commonUI/edit/src/representers/EditToolbarRepresenter.js index daf3645b69..0e30920575 100644 --- a/platform/commonUI/edit/src/representers/EditToolbarRepresenter.js +++ b/platform/commonUI/edit/src/representers/EditToolbarRepresenter.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( ['./EditToolbar', './EditToolbarSelection'], function (EditToolbar, EditToolbarSelection) { - "use strict"; // No operation var NOOP_REPRESENTER = { diff --git a/platform/commonUI/edit/src/representers/EditToolbarSelection.js b/platform/commonUI/edit/src/representers/EditToolbarSelection.js index 318ae935b5..f6cdedeadd 100644 --- a/platform/commonUI/edit/src/representers/EditToolbarSelection.js +++ b/platform/commonUI/edit/src/representers/EditToolbarSelection.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * Tracks selection state for editable views. Selection is diff --git a/platform/commonUI/edit/test/actions/CancelActionSpec.js b/platform/commonUI/edit/test/actions/CancelActionSpec.js index 4a06ad9649..2131bbf999 100644 --- a/platform/commonUI/edit/test/actions/CancelActionSpec.js +++ b/platform/commonUI/edit/test/actions/CancelActionSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine,xit,xdescribe*/ define( ["../../src/actions/CancelAction"], function (CancelAction) { - "use strict"; //TODO: Disabled for NEM Beta xdescribe("The Cancel action", function () { diff --git a/platform/commonUI/edit/test/actions/EditActionSpec.js b/platform/commonUI/edit/test/actions/EditActionSpec.js index 4858d9cf0a..7ed8b672bd 100644 --- a/platform/commonUI/edit/test/actions/EditActionSpec.js +++ b/platform/commonUI/edit/test/actions/EditActionSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine,xit,xdescribe*/ define( ["../../src/actions/EditAction"], function (EditAction) { - "use strict"; describe("The Edit action", function () { var mockLocation, diff --git a/platform/commonUI/edit/test/actions/LinkActionSpec.js b/platform/commonUI/edit/test/actions/LinkActionSpec.js index 96ea30e2b3..144dd4e395 100644 --- a/platform/commonUI/edit/test/actions/LinkActionSpec.js +++ b/platform/commonUI/edit/test/actions/LinkActionSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine,spyOn*/ define( ["../../src/actions/LinkAction"], function (LinkAction) { - "use strict"; describe("The Link action", function () { var mockQ, diff --git a/platform/commonUI/edit/test/actions/PropertiesActionSpec.js b/platform/commonUI/edit/test/actions/PropertiesActionSpec.js index 1621a34ab6..cad091cff5 100644 --- a/platform/commonUI/edit/test/actions/PropertiesActionSpec.js +++ b/platform/commonUI/edit/test/actions/PropertiesActionSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,xit,expect,beforeEach,jasmine*/ define( ['../../src/actions/PropertiesAction'], function (PropertiesAction) { - "use strict"; describe("Properties action", function () { var capabilities, model, object, context, input, dialogService, action; diff --git a/platform/commonUI/edit/test/actions/PropertiesDialogSpec.js b/platform/commonUI/edit/test/actions/PropertiesDialogSpec.js index a9077e8ec6..764d8483c9 100644 --- a/platform/commonUI/edit/test/actions/PropertiesDialogSpec.js +++ b/platform/commonUI/edit/test/actions/PropertiesDialogSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,xit,expect,beforeEach*/ define( ["../../src/actions/PropertiesDialog"], function (PropertiesDialog) { - "use strict"; describe("Properties dialog", function () { diff --git a/platform/commonUI/edit/test/actions/RemoveActionSpec.js b/platform/commonUI/edit/test/actions/RemoveActionSpec.js index 116627c87d..f9f36e36a8 100644 --- a/platform/commonUI/edit/test/actions/RemoveActionSpec.js +++ b/platform/commonUI/edit/test/actions/RemoveActionSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine,spyOn*/ define( ["../../src/actions/RemoveAction"], function (RemoveAction) { - "use strict"; describe("The Remove action", function () { var mockQ, diff --git a/platform/commonUI/edit/test/actions/SaveActionSpec.js b/platform/commonUI/edit/test/actions/SaveActionSpec.js index 656d6e1ebc..77b27fa429 100644 --- a/platform/commonUI/edit/test/actions/SaveActionSpec.js +++ b/platform/commonUI/edit/test/actions/SaveActionSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine,xit,xdescribe*/ define( ["../../src/actions/SaveAction"], function (SaveAction) { - "use strict"; describe("The Save action", function () { var mockLocation, diff --git a/platform/commonUI/edit/test/capabilities/EditableCompositionCapabilitySpec.js b/platform/commonUI/edit/test/capabilities/EditableCompositionCapabilitySpec.js index eed6222202..3e4083d2e8 100644 --- a/platform/commonUI/edit/test/capabilities/EditableCompositionCapabilitySpec.js +++ b/platform/commonUI/edit/test/capabilities/EditableCompositionCapabilitySpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/capabilities/EditableCompositionCapability"], function (EditableCompositionCapability) { - "use strict"; describe("An editable composition capability", function () { var mockContext, diff --git a/platform/commonUI/edit/test/capabilities/EditableContextCapabilitySpec.js b/platform/commonUI/edit/test/capabilities/EditableContextCapabilitySpec.js index 9967ffa076..b18a02e881 100644 --- a/platform/commonUI/edit/test/capabilities/EditableContextCapabilitySpec.js +++ b/platform/commonUI/edit/test/capabilities/EditableContextCapabilitySpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/capabilities/EditableContextCapability"], function (EditableContextCapability) { - "use strict"; describe("An editable context capability", function () { var mockContext, diff --git a/platform/commonUI/edit/test/capabilities/EditableLookupCapabilitySpec.js b/platform/commonUI/edit/test/capabilities/EditableLookupCapabilitySpec.js index 16bcee88b1..dc178da449 100644 --- a/platform/commonUI/edit/test/capabilities/EditableLookupCapabilitySpec.js +++ b/platform/commonUI/edit/test/capabilities/EditableLookupCapabilitySpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/capabilities/EditableLookupCapability"], function (EditableLookupCapability) { - "use strict"; describe("An editable lookup capability", function () { var mockContext, diff --git a/platform/commonUI/edit/test/capabilities/EditablePersistenceCapabilitySpec.js b/platform/commonUI/edit/test/capabilities/EditablePersistenceCapabilitySpec.js index 7fa0ac0dd7..4ce4a2f75d 100644 --- a/platform/commonUI/edit/test/capabilities/EditablePersistenceCapabilitySpec.js +++ b/platform/commonUI/edit/test/capabilities/EditablePersistenceCapabilitySpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/capabilities/EditablePersistenceCapability"], function (EditablePersistenceCapability) { - "use strict"; describe("An editable persistence capability", function () { var mockPersistence, diff --git a/platform/commonUI/edit/test/capabilities/EditableRelationshipCapabilitySpec.js b/platform/commonUI/edit/test/capabilities/EditableRelationshipCapabilitySpec.js index 366818e861..9a6c17d944 100644 --- a/platform/commonUI/edit/test/capabilities/EditableRelationshipCapabilitySpec.js +++ b/platform/commonUI/edit/test/capabilities/EditableRelationshipCapabilitySpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/capabilities/EditableRelationshipCapability"], function (EditableRelationshipCapability) { - "use strict"; describe("An editable relationship capability", function () { var mockContext, diff --git a/platform/commonUI/edit/test/capabilities/EditorCapabilitySpec.js b/platform/commonUI/edit/test/capabilities/EditorCapabilitySpec.js index 4e16a01170..d18cdcd931 100644 --- a/platform/commonUI/edit/test/capabilities/EditorCapabilitySpec.js +++ b/platform/commonUI/edit/test/capabilities/EditorCapabilitySpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,waitsFor,runs,jasmine,xit,xdescribe*/ define( ["../../src/capabilities/EditorCapability"], function (EditorCapability) { - "use strict"; describe("The editor capability", function () { var mockPersistence, diff --git a/platform/commonUI/edit/test/controllers/EditActionControllerSpec.js b/platform/commonUI/edit/test/controllers/EditActionControllerSpec.js index 0ac30d6ef5..6478837ce6 100644 --- a/platform/commonUI/edit/test/controllers/EditActionControllerSpec.js +++ b/platform/commonUI/edit/test/controllers/EditActionControllerSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/controllers/EditActionController"], function (EditActionController) { - "use strict"; describe("The Edit Action controller", function () { var mockScope, diff --git a/platform/commonUI/edit/test/controllers/EditControllerSpec.js b/platform/commonUI/edit/test/controllers/EditControllerSpec.js index 0ed0ddecc7..a359d6945b 100644 --- a/platform/commonUI/edit/test/controllers/EditControllerSpec.js +++ b/platform/commonUI/edit/test/controllers/EditControllerSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/controllers/EditObjectController"], function (EditObjectController) { - "use strict"; describe("The Edit mode controller", function () { var mockScope, diff --git a/platform/commonUI/edit/test/controllers/EditPanesControllerSpec.js b/platform/commonUI/edit/test/controllers/EditPanesControllerSpec.js index fd1d56e67c..d0d6aea413 100644 --- a/platform/commonUI/edit/test/controllers/EditPanesControllerSpec.js +++ b/platform/commonUI/edit/test/controllers/EditPanesControllerSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/controllers/EditPanesController"], function (EditPanesController) { - "use strict"; describe("The Edit Panes controller", function () { var mockScope, diff --git a/platform/commonUI/edit/test/directives/MCTBeforeUnloadSpec.js b/platform/commonUI/edit/test/directives/MCTBeforeUnloadSpec.js index 41070d76f5..f025cef20d 100644 --- a/platform/commonUI/edit/test/directives/MCTBeforeUnloadSpec.js +++ b/platform/commonUI/edit/test/directives/MCTBeforeUnloadSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/directives/MCTBeforeUnload"], function (MCTBeforeUnload) { - "use strict"; describe("The mct-before-unload directive", function () { var mockWindow, diff --git a/platform/commonUI/edit/test/objects/EditableDomainObjectCacheSpec.js b/platform/commonUI/edit/test/objects/EditableDomainObjectCacheSpec.js index 4eea727e26..127bf6e3e4 100644 --- a/platform/commonUI/edit/test/objects/EditableDomainObjectCacheSpec.js +++ b/platform/commonUI/edit/test/objects/EditableDomainObjectCacheSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/objects/EditableDomainObjectCache"], function (EditableDomainObjectCache) { - 'use strict'; describe("Editable domain object cache", function () { diff --git a/platform/commonUI/edit/test/objects/EditableDomainObjectSpec.js b/platform/commonUI/edit/test/objects/EditableDomainObjectSpec.js index f0f241be96..3878575237 100644 --- a/platform/commonUI/edit/test/objects/EditableDomainObjectSpec.js +++ b/platform/commonUI/edit/test/objects/EditableDomainObjectSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/objects/EditableDomainObject"], function (EditableDomainObject) { - "use strict"; describe("Editable domain object", function () { diff --git a/platform/commonUI/edit/test/objects/EditableModelCacheSpec.js b/platform/commonUI/edit/test/objects/EditableModelCacheSpec.js index a12432164d..1fe8db0262 100644 --- a/platform/commonUI/edit/test/objects/EditableModelCacheSpec.js +++ b/platform/commonUI/edit/test/objects/EditableModelCacheSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/objects/EditableModelCache"], function (EditableModelCache) { - "use strict"; describe("The editable model cache", function () { var mockObject, diff --git a/platform/commonUI/edit/test/policies/EditActionPolicySpec.js b/platform/commonUI/edit/test/policies/EditActionPolicySpec.js index 823c3d2737..b82d5458d0 100644 --- a/platform/commonUI/edit/test/policies/EditActionPolicySpec.js +++ b/platform/commonUI/edit/test/policies/EditActionPolicySpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine,xit,xdescribe*/ define( ["../../src/policies/EditActionPolicy"], function (EditActionPolicy) { - "use strict"; describe("The Edit action policy", function () { var editableView, diff --git a/platform/commonUI/edit/test/policies/EditableViewPolicySpec.js b/platform/commonUI/edit/test/policies/EditableViewPolicySpec.js index a4a4c41a6f..6f432fafeb 100644 --- a/platform/commonUI/edit/test/policies/EditableViewPolicySpec.js +++ b/platform/commonUI/edit/test/policies/EditableViewPolicySpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/policies/EditableViewPolicy"], function (EditableViewPolicy) { - "use strict"; describe("The editable view policy", function () { var testView, diff --git a/platform/commonUI/edit/test/representers/EditRepresenterSpec.js b/platform/commonUI/edit/test/representers/EditRepresenterSpec.js index 3dcaa34627..b4c2f4ce7f 100644 --- a/platform/commonUI/edit/test/representers/EditRepresenterSpec.js +++ b/platform/commonUI/edit/test/representers/EditRepresenterSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/representers/EditRepresenter"], function (EditRepresenter) { - "use strict"; describe("The Edit mode representer", function () { var mockQ, diff --git a/platform/commonUI/edit/test/representers/EditToolbarRepresenterSpec.js b/platform/commonUI/edit/test/representers/EditToolbarRepresenterSpec.js index c8b5bb2c91..cc566c71f3 100644 --- a/platform/commonUI/edit/test/representers/EditToolbarRepresenterSpec.js +++ b/platform/commonUI/edit/test/representers/EditToolbarRepresenterSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/representers/EditToolbarRepresenter"], function (EditToolbarRepresenter) { - "use strict"; describe("The Edit mode toolbar representer", function () { var mockScope, diff --git a/platform/commonUI/edit/test/representers/EditToolbarSelectionSpec.js b/platform/commonUI/edit/test/representers/EditToolbarSelectionSpec.js index 45cbe92136..fa762631f7 100644 --- a/platform/commonUI/edit/test/representers/EditToolbarSelectionSpec.js +++ b/platform/commonUI/edit/test/representers/EditToolbarSelectionSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine,xit*/ define( ['../../src/representers/EditToolbarSelection'], function (EditToolbarSelection) { - "use strict"; describe("The Edit mode selection manager", function () { var testProxy, diff --git a/platform/commonUI/edit/test/representers/EditToolbarSpec.js b/platform/commonUI/edit/test/representers/EditToolbarSpec.js index fb58015654..9a5488d356 100644 --- a/platform/commonUI/edit/test/representers/EditToolbarSpec.js +++ b/platform/commonUI/edit/test/representers/EditToolbarSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,describe,it,expect,beforeEach,jasmine*/ define( ['../../src/representers/EditToolbar'], function (EditToolbar) { - "use strict"; describe("An Edit mode toolbar", function () { var mockCommit, diff --git a/platform/commonUI/formats/bundle.js b/platform/commonUI/formats/bundle.js index d323d3d47a..99c384f47f 100644 --- a/platform/commonUI/formats/bundle.js +++ b/platform/commonUI/formats/bundle.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define([ "./src/FormatProvider", @@ -30,7 +29,6 @@ define([ UTCTimeFormat, legacyRegistry ) { - "use strict"; legacyRegistry.register("platform/commonUI/formats", { "name": "Time services bundle", diff --git a/platform/commonUI/formats/src/FormatProvider.js b/platform/commonUI/formats/src/FormatProvider.js index e6d38fbcee..4df4a82d3d 100644 --- a/platform/commonUI/formats/src/FormatProvider.js +++ b/platform/commonUI/formats/src/FormatProvider.js @@ -19,14 +19,12 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define([ ], function ( ) { - "use strict"; /** * An object used to convert between numeric values and text values, diff --git a/platform/commonUI/formats/src/UTCTimeFormat.js b/platform/commonUI/formats/src/UTCTimeFormat.js index b035fed99f..913ffe3200 100644 --- a/platform/commonUI/formats/src/UTCTimeFormat.js +++ b/platform/commonUI/formats/src/UTCTimeFormat.js @@ -19,14 +19,12 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define([ 'moment' ], function ( moment ) { - "use strict"; var DATE_FORMAT = "YYYY-MM-DD HH:mm:ss", DATE_FORMATS = [ diff --git a/platform/commonUI/formats/test/FormatProviderSpec.js b/platform/commonUI/formats/test/FormatProviderSpec.js index 4f68c106f7..d66f9f8a5d 100644 --- a/platform/commonUI/formats/test/FormatProviderSpec.js +++ b/platform/commonUI/formats/test/FormatProviderSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ define( ['../src/FormatProvider'], function (FormatProvider) { - 'use strict'; var KEYS = [ 'a', 'b', 'c' ]; diff --git a/platform/commonUI/formats/test/UTCTimeFormatSpec.js b/platform/commonUI/formats/test/UTCTimeFormatSpec.js index d55a8a9507..cd6917b06c 100644 --- a/platform/commonUI/formats/test/UTCTimeFormatSpec.js +++ b/platform/commonUI/formats/test/UTCTimeFormatSpec.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ define( ['../src/UTCTimeFormat', 'moment'], function (UTCTimeFormat, moment) { - 'use strict'; describe("The UTCTimeFormat", function () { var format; diff --git a/platform/commonUI/general/bundle.js b/platform/commonUI/general/bundle.js index f3d6d98f61..c03fe4cf09 100644 --- a/platform/commonUI/general/bundle.js +++ b/platform/commonUI/general/bundle.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define([ "./src/services/UrlService", @@ -118,7 +117,6 @@ define([ datetimeFieldTemplate, legacyRegistry ) { - "use strict"; legacyRegistry.register("platform/commonUI/general", { "name": "General UI elements", diff --git a/platform/commonUI/general/src/SplashScreenManager.js b/platform/commonUI/general/src/SplashScreenManager.js index 97b866ec45..b0e1d30672 100644 --- a/platform/commonUI/general/src/SplashScreenManager.js +++ b/platform/commonUI/general/src/SplashScreenManager.js @@ -20,14 +20,12 @@ * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define([ ], function ( ) { - 'use strict'; function SplashScreenManager($document) { var splash; diff --git a/platform/commonUI/general/src/StyleSheetLoader.js b/platform/commonUI/general/src/StyleSheetLoader.js index 9b64303df1..76f2a4a803 100644 --- a/platform/commonUI/general/src/StyleSheetLoader.js +++ b/platform/commonUI/general/src/StyleSheetLoader.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ /** * This bundle provides various general-purpose UI elements, including @@ -29,7 +28,6 @@ define( [], function () { - "use strict"; /** * The StyleSheetLoader adds links to style sheets exposed from diff --git a/platform/commonUI/general/src/UnsupportedBrowserWarning.js b/platform/commonUI/general/src/UnsupportedBrowserWarning.js index f2fa0c3f20..5e37568cfd 100644 --- a/platform/commonUI/general/src/UnsupportedBrowserWarning.js +++ b/platform/commonUI/general/src/UnsupportedBrowserWarning.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ /** * This bundle provides various general-purpose UI elements, including @@ -29,7 +28,6 @@ define( [], function () { - "use strict"; var WARNING_TITLE = "Unsupported browser", WARNING_DESCRIPTION = [ diff --git a/platform/commonUI/general/src/controllers/ActionGroupController.js b/platform/commonUI/general/src/controllers/ActionGroupController.js index 0992b5e967..f9704f9c81 100644 --- a/platform/commonUI/general/src/controllers/ActionGroupController.js +++ b/platform/commonUI/general/src/controllers/ActionGroupController.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining ActionGroupController. Created by vwoeltje on 11/14/14. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; /** * Controller which keeps an up-to-date list of actions of diff --git a/platform/commonUI/general/src/controllers/BannerController.js b/platform/commonUI/general/src/controllers/BannerController.js index cea7af4fbd..b3f7e23131 100644 --- a/platform/commonUI/general/src/controllers/BannerController.js +++ b/platform/commonUI/general/src/controllers/BannerController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * A controller for banner notifications. Banner notifications are a diff --git a/platform/commonUI/general/src/controllers/BottomBarController.js b/platform/commonUI/general/src/controllers/BottomBarController.js index d53d76fce6..a536da1881 100644 --- a/platform/commonUI/general/src/controllers/BottomBarController.js +++ b/platform/commonUI/general/src/controllers/BottomBarController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * Controller for the bottombar template. Exposes diff --git a/platform/commonUI/general/src/controllers/ClickAwayController.js b/platform/commonUI/general/src/controllers/ClickAwayController.js index 9c7c6f8091..d8843d5631 100644 --- a/platform/commonUI/general/src/controllers/ClickAwayController.js +++ b/platform/commonUI/general/src/controllers/ClickAwayController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ define( [], function () { - "use strict"; /** * A ClickAwayController is used to toggle things (such as context diff --git a/platform/commonUI/general/src/controllers/ContextMenuController.js b/platform/commonUI/general/src/controllers/ContextMenuController.js index dece522682..0f81d785bc 100644 --- a/platform/commonUI/general/src/controllers/ContextMenuController.js +++ b/platform/commonUI/general/src/controllers/ContextMenuController.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining ContextMenuController. Created by vwoeltje on 11/17/14. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; /** * Controller for the context menu. Maintains an up-to-date diff --git a/platform/commonUI/general/src/controllers/DateTimeFieldController.js b/platform/commonUI/general/src/controllers/DateTimeFieldController.js index ef0827e515..555cb62209 100644 --- a/platform/commonUI/general/src/controllers/DateTimeFieldController.js +++ b/platform/commonUI/general/src/controllers/DateTimeFieldController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ define( [], function () { - 'use strict'; /** * Controller to support the date-time entry field. diff --git a/platform/commonUI/general/src/controllers/DateTimePickerController.js b/platform/commonUI/general/src/controllers/DateTimePickerController.js index ac07d77553..81708d353e 100644 --- a/platform/commonUI/general/src/controllers/DateTimePickerController.js +++ b/platform/commonUI/general/src/controllers/DateTimePickerController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ define( [ 'moment' ], function (moment) { - 'use strict'; var TIME_NAMES = { 'hours': "Hour", diff --git a/platform/commonUI/general/src/controllers/GetterSetterController.js b/platform/commonUI/general/src/controllers/GetterSetterController.js index 3d61c00116..90a5474cd3 100644 --- a/platform/commonUI/general/src/controllers/GetterSetterController.js +++ b/platform/commonUI/general/src/controllers/GetterSetterController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * This controller acts as an adapter to permit getter-setter diff --git a/platform/commonUI/general/src/controllers/ObjectInspectorController.js b/platform/commonUI/general/src/controllers/ObjectInspectorController.js index 5b04304af0..abdc27c154 100644 --- a/platform/commonUI/general/src/controllers/ObjectInspectorController.js +++ b/platform/commonUI/general/src/controllers/ObjectInspectorController.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining ObjectInspectorController. Created by shale on 08/21/2015. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; /** * The ObjectInspectorController gets and formats the data for diff --git a/platform/commonUI/general/src/controllers/SelectorController.js b/platform/commonUI/general/src/controllers/SelectorController.js index 26fe5f4d62..55a79af308 100644 --- a/platform/commonUI/general/src/controllers/SelectorController.js +++ b/platform/commonUI/general/src/controllers/SelectorController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; var ROOT_ID = "ROOT"; diff --git a/platform/commonUI/general/src/controllers/TimeRangeController.js b/platform/commonUI/general/src/controllers/TimeRangeController.js index f0e3da46d9..3f1b625d29 100644 --- a/platform/commonUI/general/src/controllers/TimeRangeController.js +++ b/platform/commonUI/general/src/controllers/TimeRangeController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ define( ['moment'], function (moment) { - "use strict"; var TICK_SPACING_PX = 150; diff --git a/platform/commonUI/general/src/controllers/ToggleController.js b/platform/commonUI/general/src/controllers/ToggleController.js index 9d7d493f15..8d5840f05a 100644 --- a/platform/commonUI/general/src/controllers/ToggleController.js +++ b/platform/commonUI/general/src/controllers/ToggleController.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ define( [], function () { - "use strict"; /** * A ToggleController is used to activate/deactivate things. diff --git a/platform/commonUI/general/src/controllers/TreeNodeController.js b/platform/commonUI/general/src/controllers/TreeNodeController.js index 3efcf82d28..228069a8e9 100644 --- a/platform/commonUI/general/src/controllers/TreeNodeController.js +++ b/platform/commonUI/general/src/controllers/TreeNodeController.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining TreeNodeController. Created by vwoeltje on 11/10/14. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; /** * The TreeNodeController supports the tree node representation; diff --git a/platform/commonUI/general/src/controllers/ViewSwitcherController.js b/platform/commonUI/general/src/controllers/ViewSwitcherController.js index a3ab2e7bc4..2dee615011 100644 --- a/platform/commonUI/general/src/controllers/ViewSwitcherController.js +++ b/platform/commonUI/general/src/controllers/ViewSwitcherController.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining ViewSwitcherController. Created by vwoeltje on 11/7/14. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; /** * Controller for the view switcher; populates and maintains a list diff --git a/platform/commonUI/general/src/directives/MCTClickElsewhere.js b/platform/commonUI/general/src/directives/MCTClickElsewhere.js index 1bcdbbe6b5..0ffff19713 100644 --- a/platform/commonUI/general/src/directives/MCTClickElsewhere.js +++ b/platform/commonUI/general/src/directives/MCTClickElsewhere.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * The `mct-click-elsewhere` directive will evaluate its diff --git a/platform/commonUI/general/src/directives/MCTContainer.js b/platform/commonUI/general/src/directives/MCTContainer.js index e35c52f9f6..0c58f6a914 100644 --- a/platform/commonUI/general/src/directives/MCTContainer.js +++ b/platform/commonUI/general/src/directives/MCTContainer.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ /** * Module defining MCTContainer. Created by vwoeltje on 11/17/14. @@ -27,7 +26,6 @@ define( [], function () { - "use strict"; /** * The mct-container is similar to the mct-include directive diff --git a/platform/commonUI/general/src/directives/MCTDrag.js b/platform/commonUI/general/src/directives/MCTDrag.js index 7bccccdf28..ac96357da8 100644 --- a/platform/commonUI/general/src/directives/MCTDrag.js +++ b/platform/commonUI/general/src/directives/MCTDrag.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; /** * The mct-drag directive allows drag functionality diff --git a/platform/commonUI/general/src/directives/MCTPopup.js b/platform/commonUI/general/src/directives/MCTPopup.js index 254a41d1eb..e96c1c0327 100644 --- a/platform/commonUI/general/src/directives/MCTPopup.js +++ b/platform/commonUI/general/src/directives/MCTPopup.js @@ -19,11 +19,9 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( function () { - 'use strict'; var TEMPLATE = "
"; diff --git a/platform/commonUI/general/src/directives/MCTResize.js b/platform/commonUI/general/src/directives/MCTResize.js index f0fd8e0a69..5cf6971c39 100644 --- a/platform/commonUI/general/src/directives/MCTResize.js +++ b/platform/commonUI/general/src/directives/MCTResize.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - "use strict"; // Default resize interval var DEFAULT_INTERVAL = 100; diff --git a/platform/commonUI/general/src/directives/MCTScroll.js b/platform/commonUI/general/src/directives/MCTScroll.js index 6b9d480c66..fd546e426c 100644 --- a/platform/commonUI/general/src/directives/MCTScroll.js +++ b/platform/commonUI/general/src/directives/MCTScroll.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - 'use strict'; /** * Implements `mct-scroll-x` and `mct-scroll-y` directives. Listens diff --git a/platform/commonUI/general/src/directives/MCTSplitPane.js b/platform/commonUI/general/src/directives/MCTSplitPane.js index b094ba785f..5f028fdf6b 100644 --- a/platform/commonUI/general/src/directives/MCTSplitPane.js +++ b/platform/commonUI/general/src/directives/MCTSplitPane.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - 'use strict'; // Pixel width to allocate for the splitter itself var DEFAULT_ANCHOR = 'left', diff --git a/platform/commonUI/general/src/directives/MCTSplitter.js b/platform/commonUI/general/src/directives/MCTSplitter.js index ad8f809c65..b0c5b3357d 100644 --- a/platform/commonUI/general/src/directives/MCTSplitter.js +++ b/platform/commonUI/general/src/directives/MCTSplitter.js @@ -19,12 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define*/ define( [], function () { - 'use strict'; // Pixel width to allocate for the splitter itself var SPLITTER_TEMPLATE = "