From afdbb23f9eeddf2f4b45131509da23ec7e6094b3 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 25 Dec 2017 14:50:06 +0800 Subject: [PATCH] update --- dist/fix/fix.compact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index e5d0384ca..f72353e29 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -20,7 +20,7 @@ } var target = null; - const targetStack = []; + var targetStack = []; function pushTarget (_target) { if (target) targetStack.push(target);