Skip to content

Manager.emitAll() implementation will expose a compiling issue on dart2js #3

@jumperchen

Description

@jumperchen

According to this issue dart-lang/sdk#31149
we should change the implementation of this line -

Function.apply(this.emit, [event, data]);

by using this.emit(event, data); to avoid dart2js issue.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions