diff --git a/demo/js/fix-2.0/globalwatcher.js b/demo/js/fix-2.0/globalwatcher.js index 536711594c..248fb16716 100644 --- a/demo/js/fix-2.0/globalwatcher.js +++ b/demo/js/fix-2.0/globalwatcher.js @@ -16,7 +16,7 @@ "*.*.n": function () { debugger }, - "arr.**": function () { + "**": function () { debugger }, "arr.1.*": function () { diff --git a/dist/demo.js b/dist/demo.js index d24ed3e3d6..24f2a5ba72 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -10479,7 +10479,7 @@ BI.shortcut("demo.tmp", Demo.Func); "*.*.n": function () { debugger }, - "arr.**": function () { + "**": function () { debugger }, "arr.1.*": function () {