diff --git a/demo/js/fix-2.0/globalwatcher.js b/demo/js/fix-2.0/globalwatcher.js index 536711594..248fb1671 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 d24ed3e3d..24f2a5ba7 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 () {