diff --git a/demo/js/fix-2.0/globalwatcher.js b/demo/js/fix-2.0/globalwatcher.js index 7ba6b578c6..536711594c 100644 --- a/demo/js/fix-2.0/globalwatcher.js +++ b/demo/js/fix-2.0/globalwatcher.js @@ -14,10 +14,10 @@ }, watch: { "*.*.n": function () { - + debugger }, "arr.**": function () { - + debugger }, "arr.1.*": function () { this.button.setText(this.model.name + "-" + this.model.arr[1].n); diff --git a/dist/demo.js b/dist/demo.js index bf5ae4d85c..d24ed3e3d6 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -10477,10 +10477,10 @@ BI.shortcut("demo.tmp", Demo.Func); }, watch: { "*.*.n": function () { - + debugger }, "arr.**": function () { - + debugger }, "arr.1.*": function () { this.button.setText(this.model.name + "-" + this.model.arr[1].n);