We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abc62b commit 1ce9424Copy full SHA for 1ce9424
1 file changed
src/shared/behaviors/model.html
@@ -46,8 +46,6 @@
46
},
47
48
setProp: function(path, value) {
49
- // this.dispatchEvent(new CustomEvent("data-changed"));
50
- // DataUtils.setPathValue(path, this.data, value);
51
this.set("data." + path, value);
52
53
0 commit comments