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