Browse Source

Merge pull request #738 in VISUAL/fineui from ~FAY/fineui:master to master

* commit '30b6b4ba33c46e1f70a9eeed48d44b5f814d907d':
  update
es6
fay 6 years ago
parent
commit
575b8f5f98
  1. 3
      dist/fix/fix.ie.js

3
dist/fix/fix.ie.js vendored

@ -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__;
}

Loading…
Cancel
Save