From 6db86a5d31e593c967f58a116c6fe44c3535e231 Mon Sep 17 00:00:00 2001 From: fay Date: Fri, 24 Aug 2018 11:03:32 +0800 Subject: [PATCH] update --- src/core/foundation.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/foundation.js b/src/core/foundation.js index bb731d8a3..66833d39e 100644 --- a/src/core/foundation.js +++ b/src/core/foundation.js @@ -16,4 +16,6 @@ if (typeof window !== "undefined") { } if (_global.BI == null) { _global.BI = {prepares: []}; +} else { + _global.BI.prepares = []; } \ No newline at end of file