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);