Skip to content

Commit

Permalink
notify -> set for splices to match 1426af
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed May 13, 2015
1 parent 275b876 commit 95cc9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/experimental/observe-js-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
for (var id in els) {
var el = els[id];
for (var path in el.paths) {
el.element.notifyPath(path + '.' + prop, value);
el.element.set(path + '.' + prop, value);
}
}
},
Expand Down

0 comments on commit 95cc9c9

Please sign in to comment.