mirror of
https://github.com/nasa/openmct.git
synced 2025-02-22 18:12:57 +00:00
[API] Inject eventEmitter
This commit is contained in:
parent
3b93454c53
commit
2cde80237f
@ -25,7 +25,8 @@ define([
|
|||||||
], function (
|
], function (
|
||||||
utils
|
utils
|
||||||
) {
|
) {
|
||||||
function ObjectServiceProvider(objectService, instantiate, topic) {
|
function ObjectServiceProvider(eventEmitter, objectService, instantiate, topic) {
|
||||||
|
this.eventEmitter = eventEmitter;
|
||||||
this.objectService = objectService;
|
this.objectService = objectService;
|
||||||
this.instantiate = instantiate;
|
this.instantiate = instantiate;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user