[Creation] Remove errant comments

This commit is contained in:
Victor Woeltjen 2015-11-06 15:47:33 -08:00
parent cb432051dc
commit 64607b8e56
2 changed files with 0 additions and 6 deletions

View File

@ -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) {

View File

@ -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) {