[Framework] Add missing require argument

Add missing import of the ServiceCompositor to
CustomRegistrars. WTD-518.
This commit is contained in:
Victor Woeltjen
2014-11-05 17:37:49 -08:00
parent ea4619c3d8
commit 3cbdb0b9e2

View File

@ -4,8 +4,8 @@
* Module defining CustomRegistrars. Created by vwoeltje on 11/3/14. * Module defining CustomRegistrars. Created by vwoeltje on 11/3/14.
*/ */
define( define(
['../Constants'], ['../Constants', './ServiceCompositor'],
function (Constants) { function (Constants, ServiceCompositor) {
"use strict"; "use strict";
/** /**