Skip to content

Commit

Permalink
fixed usage
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtsunificator committed Oct 3, 2021
1 parent 3f9a8ba commit d6fcf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ import ModelEventListener from "/model/model.event.js"
class ModelBinding {

constructor(properties) {
super(properties, new ModelEventListener(properties.observable))
super(properties, new ModelEventListener(this, properties.observable))
}

onCreated() {
Expand Down

0 comments on commit d6fcf55

Please sign in to comment.