[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.
|
||||
*/
|
||||
define(
|
||||
['../Constants'],
|
||||
function (Constants) {
|
||||
['../Constants', './ServiceCompositor'],
|
||||
function (Constants, ServiceCompositor) {
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user