Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
public initialize() {
this.listenTo(this.owner, {
[Converter.EVENT_RESOLVE_BEGIN]: this.onBegin,
});
this.listenTo(this.application.renderer, {
[PageEvent.END]: this.onPageEnd,
});
}
initialize() {
this.listenTo(this.owner, {
[Converter.EVENT_RESOLVE_BEGIN]: this._onBeginResolve,
});
}
initialize() {
this.listenTo(this.owner, {
[Converter.EVENT_CREATE_DECLARATION]: this.onDeclarationCreate,
[Converter.EVENT_RESOLVE_BEGIN]: this.onBeginResolve,
});
}
initialize() {
this.listenTo(this.owner, {
[Converter.EVENT_CREATE_DECLARATION]: this.onDeclarationCreate,
[Converter.EVENT_RESOLVE_BEGIN]: this.onBeginResolve,
});
}