From 8fd142e109c8d95dc43362746e1711f35d742943 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 3 Jan 2018 14:11:01 +0800 Subject: [PATCH] update --- demo/js/fix-2.0/globalwatcher.js | 2 +- dist/demo.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 () {