mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
[API] Fix EventEmitter import
This commit is contained in:
@ -26,7 +26,7 @@ define([
|
|||||||
'./MutableObject',
|
'./MutableObject',
|
||||||
'./RootRegistry',
|
'./RootRegistry',
|
||||||
'./RootObjectProvider',
|
'./RootObjectProvider',
|
||||||
'./EventEmitter'
|
'EventEmitter'
|
||||||
], function (
|
], function (
|
||||||
_,
|
_,
|
||||||
utils,
|
utils,
|
||||||
|
Reference in New Issue
Block a user