guy 7 years ago
parent
commit
3d555a4043
  1. 2
      bi/core.js
  2. 2
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 2
      dist/core.js
  5. 2
      src/core/inject.js

2
bi/core.js

@ -20165,7 +20165,7 @@ BI.extend(BI.DOM, {
}; };
var storeInjection = {}; var storeInjection = {};
BI.stores = function (xtype, cls) { BI.store = function (xtype, cls) {
if (storeInjection[xtype] != null) { if (storeInjection[xtype] != null) {
throw ("store:[" + xtype + "] has been registed"); throw ("store:[" + xtype + "] has been registed");
} }

2
dist/bundle.js vendored

@ -20165,7 +20165,7 @@ BI.extend(BI.DOM, {
}; };
var storeInjection = {}; var storeInjection = {};
BI.stores = function (xtype, cls) { BI.store = function (xtype, cls) {
if (storeInjection[xtype] != null) { if (storeInjection[xtype] != null) {
throw ("store:[" + xtype + "] has been registed"); throw ("store:[" + xtype + "] has been registed");
} }

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/core.js vendored

@ -20165,7 +20165,7 @@ BI.extend(BI.DOM, {
}; };
var storeInjection = {}; var storeInjection = {};
BI.stores = function (xtype, cls) { BI.store = function (xtype, cls) {
if (storeInjection[xtype] != null) { if (storeInjection[xtype] != null) {
throw ("store:[" + xtype + "] has been registed"); throw ("store:[" + xtype + "] has been registed");
} }

2
src/core/inject.js

@ -16,7 +16,7 @@
}; };
var storeInjection = {}; var storeInjection = {};
BI.stores = function (xtype, cls) { BI.store = function (xtype, cls) {
if (storeInjection[xtype] != null) { if (storeInjection[xtype] != null) {
throw ("store:[" + xtype + "] has been registed"); throw ("store:[" + xtype + "] has been registed");
} }

Loading…
Cancel
Save