From 65095d18f274e7de5a91de2edba648f61dd07dcb Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 4 Mar 2016 11:43:55 -0800 Subject: [PATCH] [Build] Remove partial global declarations --- platform/core/test/actions/ActionCapabilitySpec.js | 1 - platform/features/conductor/test/ConductorRepresenterSpec.js | 1 - platform/search/test/services/GenericSearchWorkerSpec.js | 1 - 3 files changed, 3 deletions(-) diff --git a/platform/core/test/actions/ActionCapabilitySpec.js b/platform/core/test/actions/ActionCapabilitySpec.js index f0a7da2672..de80d2186d 100644 --- a/platform/core/test/actions/ActionCapabilitySpec.js +++ b/platform/core/test/actions/ActionCapabilitySpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ - jasmine*/ /** * ActionCapabilitySpec. Created by vwoeltje on 11/6/14. diff --git a/platform/features/conductor/test/ConductorRepresenterSpec.js b/platform/features/conductor/test/ConductorRepresenterSpec.js index a9493b8864..20647e91e8 100644 --- a/platform/features/conductor/test/ConductorRepresenterSpec.js +++ b/platform/features/conductor/test/ConductorRepresenterSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ - waitsFor,afterEach,jasmine*/ define( ["../src/ConductorRepresenter", "./TestTimeConductor"], diff --git a/platform/search/test/services/GenericSearchWorkerSpec.js b/platform/search/test/services/GenericSearchWorkerSpec.js index 3a35edfc9a..44c7c778ba 100644 --- a/platform/search/test/services/GenericSearchWorkerSpec.js +++ b/platform/search/test/services/GenericSearchWorkerSpec.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ - require,afterEach*/ /** * SearchSpec. Created by shale on 07/31/2015.