Skip to content

Commit

Permalink
Fix keyName binding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
richgt committed Jul 25, 2020
1 parent 5a7e166 commit 6532c0d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,7 @@ export default class CurlyComponentManager
addObserver(
component,
keyName,
() => {
component[PROPERTY_DID_CHANGE](keyName);
},
component[PROPERTY_DID_CHANGE].bind(component, keyName),
undefined,
true
);
Expand Down

0 comments on commit 6532c0d

Please sign in to comment.