From 3cbdb0b9e215d0463dfd61f24e16e66b1a23138e Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 5 Nov 2014 17:37:49 -0800 Subject: [PATCH] [Framework] Add missing require argument Add missing import of the ServiceCompositor to CustomRegistrars. WTD-518. --- platform/framework/src/register/CustomRegistrars.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; /**