From 6bf05cc3035a9c4f8d47d62ac4027e81df1bbf14 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 25 Feb 2021 20:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20**.a.**?= =?UTF-8?q?=E5=9C=BA=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/fix/fix.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/fix/fix.js b/dist/fix/fix.js index 0d37b4e05..bc9f030a5 100644 --- a/dist/fix/fix.js +++ b/dist/fix/fix.js @@ -1084,7 +1084,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons if (root._globalDeps[regStr].length === 0) { delete root._globalDeps[regStr]; - _w.teardown() + _w.teardown(); } } }); @@ -1132,9 +1132,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons if (_root._globalDeps) { remove(_root._globalDeps[_regStr], _dep2); - if (root._globalDeps[regStr].length === 0) { - delete root._globalDeps[regStr]; - _w.teardown() + if (_root._globalDeps[_regStr].length === 0) { + delete _root._globalDeps[_regStr]; + _w2.teardown(); } } });