Skip to content

Commit

Permalink
binded function (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
holy-batman authored Jun 3, 2021
1 parent 7554a2a commit d24c25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lwpUserAgent.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default class extends lwpRenderer {
this._initEventBindings();
this._initRenderTargets();
this._emit("created", this);
this.initAgent = this._initAgent.bind(this);
return this;
}

Expand Down

0 comments on commit d24c25f

Please sign in to comment.