From 64607b8e56d0e1444a3c5ec0164b62e0946357be Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 6 Nov 2015 15:47:33 -0800 Subject: [PATCH] [Creation] Remove errant comments --- platform/core/test/capabilities/InstantiationCapabilitySpec.js | 3 --- platform/core/test/services/InstantiateSpec.js | 3 --- 2 files changed, 6 deletions(-) diff --git a/platform/core/test/capabilities/InstantiationCapabilitySpec.js b/platform/core/test/capabilities/InstantiationCapabilitySpec.js index 6712882bcc..0798a68f0c 100644 --- a/platform/core/test/capabilities/InstantiationCapabilitySpec.js +++ b/platform/core/test/capabilities/InstantiationCapabilitySpec.js @@ -21,9 +21,6 @@ *****************************************************************************/ /*global define,Promise,describe,it,xdescribe,expect,beforeEach,waitsFor,jasmine*/ -/** - * ContextCapability. Created by vwoeltje on 11/6/14. - */ define( ["../../src/capabilities/InstantiationCapability"], function (InstantiationCapability) { diff --git a/platform/core/test/services/InstantiateSpec.js b/platform/core/test/services/InstantiateSpec.js index 4778e68722..31a5731dd3 100644 --- a/platform/core/test/services/InstantiateSpec.js +++ b/platform/core/test/services/InstantiateSpec.js @@ -21,9 +21,6 @@ *****************************************************************************/ /*global define,Promise,describe,it,xdescribe,expect,beforeEach,waitsFor,jasmine*/ -/** - * ContextCapability. Created by vwoeltje on 11/6/14. - */ define( ["../../src/services/Instantiate"], function (Instantiate) {