Skip to content

Commit 2cde802

Browse files
committed
[API] Inject eventEmitter
1 parent 3b93454 commit 2cde802

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/api/objects/LegacyObjectAPIInterceptor.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ define([
2525
], function (
2626
utils
2727
) {
28-
function ObjectServiceProvider(objectService, instantiate, topic) {
28+
function ObjectServiceProvider(eventEmitter, objectService, instantiate, topic) {
29+
this.eventEmitter = eventEmitter;
2930
this.objectService = objectService;
3031
this.instantiate = instantiate;
3132

0 commit comments

Comments
 (0)