[Framework] Add missing require argument
Add missing import of the ServiceCompositor to CustomRegistrars. WTD-518.
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user