mirror of
https://github.com/nasa/openmct.git
synced 2025-04-09 04:14:32 +00:00
[Framework] Add missing require argument
Add missing import of the ServiceCompositor to CustomRegistrars. WTD-518.
This commit is contained in:
parent
ea4619c3d8
commit
3cbdb0b9e2
@ -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";
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user