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

Commit 1e78b2c

Browse files
committed
Use PathObserver.setValue for DOM->model
R=arv BUG= Review URL: https://codereview.appspot.com/13395043
1 parent 167582b commit 1e78b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeBind.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
},
115115

116116
set value(value) {
117-
PathObserver.setValueAtPath(this.model, this.path, value);
117+
this.observer.setValue(value);
118118
},
119119

120120
reset: function() {

0 commit comments

Comments
 (0)