From 37eb49cc8a6dd2e2b730b08f5ccbb6cb11e300e1 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 12 Dec 2020 23:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E4=B8=AA=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/inject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/inject.js b/src/core/inject.js index 7ebbd01ee..c9d633e12 100644 --- a/src/core/inject.js +++ b/src/core/inject.js @@ -92,7 +92,7 @@ configFunctions[type].push(configFn); }; - BI.getDOMNode = BI.getDOMNode || function (type, fn) { + BI.getReference = BI.getReference || function (type, fn) { return BI.Plugin.registerObject(type, fn); };