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); }