Browse Source

优化一下

es6
guy 4 years ago
parent
commit
fce70ac370
  1. 2
      src/core/inject.js

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

Loading…
Cancel
Save