diff --git a/platform/framework/src/register/CustomRegistrars.js b/platform/framework/src/register/CustomRegistrars.js index 97e453a0fa..315101490c 100644 --- a/platform/framework/src/register/CustomRegistrars.js +++ b/platform/framework/src/register/CustomRegistrars.js @@ -4,8 +4,8 @@ * Module defining CustomRegistrars. Created by vwoeltje on 11/3/14. */ define( - ['../Constants'], - function (Constants) { + ['../Constants', './ServiceCompositor'], + function (Constants, ServiceCompositor) { "use strict"; /**