[API] Inject eventEmitter

This commit is contained in:
Victor Woeltjen 2016-12-23 16:55:18 -08:00
parent 3b93454c53
commit 2cde80237f

View File

@ -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;