From fce70ac37092ad9120c6e65d187c642b473ebf45 Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 22 Nov 2020 02:06:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=80=E4=B8=8B?= 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 99abd2239..6cfa3abe1 100644 --- a/src/core/inject.js +++ b/src/core/inject.js @@ -264,7 +264,7 @@ } }; - BI.getContext = BI.getContext || function (type, config) { + BI.getResource = BI.getResource || function (type, config) { if (constantInjection[type]) { return BI.Constants.getConstant(type); }