Browse Source

无jira revert

es6
dailer 5 years ago
parent
commit
5ca25eee8b
  1. 12
      dist/2.0/fineui.ie.js
  2. 4
      dist/2.0/fineui.ie.min.js
  3. 12
      dist/2.0/fineui.js
  4. 4
      dist/2.0/fineui.min.js
  5. 12
      dist/bundle.ie.js
  6. 4
      dist/bundle.ie.min.js
  7. 12
      dist/bundle.js
  8. 4
      dist/bundle.min.js
  9. 12
      dist/core.js
  10. 12
      dist/fineui.ie.js
  11. 4
      dist/fineui.ie.min.js
  12. 12
      dist/fineui.js
  13. 4
      dist/fineui.min.js
  14. 12
      dist/fineui_without_jquery_polyfill.js
  15. 2
      dist/utils.min.js
  16. 12
      src/core/shortcut.js

12
dist/2.0/fineui.ie.js vendored

@ -12234,18 +12234,6 @@ if (!_global.BI) {
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

4
dist/2.0/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

12
dist/2.0/fineui.js vendored

@ -12234,18 +12234,6 @@ if (!_global.BI) {
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

4
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

12
dist/bundle.ie.js vendored

@ -12234,18 +12234,6 @@ if (!_global.BI) {
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

12
dist/bundle.js vendored

@ -12234,18 +12234,6 @@ if (!_global.BI) {
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

12
dist/core.js vendored

@ -12234,18 +12234,6 @@ if (!_global.BI) {
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

12
dist/fineui.ie.js vendored

@ -12479,18 +12479,6 @@ if (!_global.BI) {
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

12
dist/fineui.js vendored

@ -12479,18 +12479,6 @@ if (!_global.BI) {
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

12
dist/fineui_without_jquery_polyfill.js vendored

@ -12234,18 +12234,6 @@ if (!_global.BI) {
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

12
src/core/shortcut.js

@ -7,18 +7,6 @@
kv[xtype] = cls;
};
BI.mixin = function (xtype, mixins) {
var cls;
if (BI.isNull(mixins) && BI.isPlainObject(xtype)) {
cls = BI.OB;
mixins = xtype;
BI.extend(cls.prototype, mixins);
return;
}
cls = kv[xtype];
BI.extend(cls.prototype, mixins);
};
// 根据配置属性生成widget
var createWidget = function (config) {
if (config["classType"]) {

Loading…
Cancel
Save