Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Use PathObserver.setValue for DOM->model
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Aug 29, 2013
1 parent 167582b commit 1e78b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeBind.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},

set value(value) {
PathObserver.setValueAtPath(this.model, this.path, value);
this.observer.setValue(value);
},

reset: function() {
Expand Down

0 comments on commit 1e78b2c

Please sign in to comment.