From 30b6b4ba33c46e1f70a9eeed48d44b5f814d907d Mon Sep 17 00:00:00 2001 From: fay Date: Tue, 16 Oct 2018 20:16:03 +0800 Subject: [PATCH] update --- dist/fix/fix.ie.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/fix/fix.ie.js b/dist/fix/fix.ie.js index 61bf744f3..087025623 100644 --- a/dist/fix/fix.ie.js +++ b/dist/fix/fix.ie.js @@ -387,12 +387,13 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons if (type === 'function') return true; if (Array.isArray(a) && Array.isArray(b) && (a.__ref__ || b.__ref__)) { - // if (a.length !== b.length) return false; + if (a.length !== b.length) return false; // for (let i = 0; i < a.length; i++) { // if (a[i] !== b[i]) { // return false; // } // } + return a.__ref__ === b.__ref__; }