Browse Source

BI-42297 fix: items未定义

es6
iapyang 5 years ago
parent
commit
b839e91697
  1. 8
      dist/2.0/fineui.ie.js
  2. 6
      dist/2.0/fineui.ie.min.js
  3. 8
      dist/2.0/fineui.js
  4. 4
      dist/2.0/fineui.min.js
  5. 8
      dist/bundle.ie.js
  6. 6
      dist/bundle.ie.min.js
  7. 8
      dist/bundle.js
  8. 4
      dist/bundle.min.js
  9. 8
      dist/core.js
  10. 8
      dist/fineui.ie.js
  11. 6
      dist/fineui.ie.min.js
  12. 8
      dist/fineui.js
  13. 4
      dist/fineui.min.js
  14. 8
      dist/fineui_without_jquery_polyfill.js
  15. 2
      dist/utils.min.js
  16. 2
      src/core/wrapper/layout/middle/middle.center.js
  17. 2
      src/core/wrapper/layout/middle/middle.float.center.js
  18. 2
      src/core/wrapper/layout/middle/middle.horizontal.js
  19. 2
      src/core/wrapper/layout/middle/middle.vertical.js

8
dist/2.0/fineui.ie.js vendored

@ -34075,7 +34075,7 @@ BI.CenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.CenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var list = [];
var list = [], items = o.items;
BI.each(items, function (i) {
list.push({
column: i,
@ -34148,7 +34148,7 @@ BI.FloatCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.FloatCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [], width = 100 / items.length;
BI.each(items, function (i) {
var widget = BI.createWidget({
@ -34222,7 +34222,7 @@ BI.HorizontalCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.HorizontalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({
@ -34296,7 +34296,7 @@ BI.VerticalCenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.VerticalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({

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

File diff suppressed because one or more lines are too long

8
dist/2.0/fineui.js vendored

@ -34075,7 +34075,7 @@ BI.CenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.CenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var list = [];
var list = [], items = o.items;
BI.each(items, function (i) {
list.push({
column: i,
@ -34148,7 +34148,7 @@ BI.FloatCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.FloatCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [], width = 100 / items.length;
BI.each(items, function (i) {
var widget = BI.createWidget({
@ -34222,7 +34222,7 @@ BI.HorizontalCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.HorizontalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({
@ -34296,7 +34296,7 @@ BI.VerticalCenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.VerticalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({

4
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/bundle.ie.js vendored

@ -34075,7 +34075,7 @@ BI.CenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.CenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var list = [];
var list = [], items = o.items;
BI.each(items, function (i) {
list.push({
column: i,
@ -34148,7 +34148,7 @@ BI.FloatCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.FloatCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [], width = 100 / items.length;
BI.each(items, function (i) {
var widget = BI.createWidget({
@ -34222,7 +34222,7 @@ BI.HorizontalCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.HorizontalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({
@ -34296,7 +34296,7 @@ BI.VerticalCenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.VerticalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({

6
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/bundle.js vendored

@ -34075,7 +34075,7 @@ BI.CenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.CenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var list = [];
var list = [], items = o.items;
BI.each(items, function (i) {
list.push({
column: i,
@ -34148,7 +34148,7 @@ BI.FloatCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.FloatCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [], width = 100 / items.length;
BI.each(items, function (i) {
var widget = BI.createWidget({
@ -34222,7 +34222,7 @@ BI.HorizontalCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.HorizontalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({
@ -34296,7 +34296,7 @@ BI.VerticalCenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.VerticalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/core.js vendored

@ -34075,7 +34075,7 @@ BI.CenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.CenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var list = [];
var list = [], items = o.items;
BI.each(items, function (i) {
list.push({
column: i,
@ -34148,7 +34148,7 @@ BI.FloatCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.FloatCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [], width = 100 / items.length;
BI.each(items, function (i) {
var widget = BI.createWidget({
@ -34222,7 +34222,7 @@ BI.HorizontalCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.HorizontalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({
@ -34296,7 +34296,7 @@ BI.VerticalCenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.VerticalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({

8
dist/fineui.ie.js vendored

@ -34320,7 +34320,7 @@ BI.CenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.CenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var list = [];
var list = [], items = o.items;
BI.each(items, function (i) {
list.push({
column: i,
@ -34393,7 +34393,7 @@ BI.FloatCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.FloatCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [], width = 100 / items.length;
BI.each(items, function (i) {
var widget = BI.createWidget({
@ -34467,7 +34467,7 @@ BI.HorizontalCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.HorizontalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({
@ -34541,7 +34541,7 @@ BI.VerticalCenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.VerticalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({

6
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/fineui.js vendored

@ -34320,7 +34320,7 @@ BI.CenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.CenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var list = [];
var list = [], items = o.items;
BI.each(items, function (i) {
list.push({
column: i,
@ -34393,7 +34393,7 @@ BI.FloatCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.FloatCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [], width = 100 / items.length;
BI.each(items, function (i) {
var widget = BI.createWidget({
@ -34467,7 +34467,7 @@ BI.HorizontalCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.HorizontalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({
@ -34541,7 +34541,7 @@ BI.VerticalCenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.VerticalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/fineui_without_jquery_polyfill.js vendored

@ -22965,7 +22965,7 @@ BI.CenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.CenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var list = [];
var list = [], items = o.items;
BI.each(items, function (i) {
list.push({
column: i,
@ -23038,7 +23038,7 @@ BI.FloatCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.FloatCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [], width = 100 / items.length;
BI.each(items, function (i) {
var widget = BI.createWidget({
@ -23112,7 +23112,7 @@ BI.HorizontalCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.HorizontalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({
@ -23186,7 +23186,7 @@ BI.VerticalCenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.VerticalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
src/core/wrapper/layout/middle/middle.center.js

@ -19,7 +19,7 @@ BI.CenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.CenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var list = [];
var list = [], items = o.items;
BI.each(items, function (i) {
list.push({
column: i,

2
src/core/wrapper/layout/middle/middle.float.center.js

@ -17,7 +17,7 @@ BI.FloatCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.FloatCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [], width = 100 / items.length;
BI.each(items, function (i) {
var widget = BI.createWidget({

2
src/core/wrapper/layout/middle/middle.horizontal.js

@ -17,7 +17,7 @@ BI.HorizontalCenterLayout = BI.inherit(BI.Layout, {
},
render: function () {
BI.HorizontalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({

2
src/core/wrapper/layout/middle/middle.vertical.js

@ -18,7 +18,7 @@ BI.VerticalCenterLayout = BI.inherit(BI.Layout, {
render: function () {
BI.VerticalCenterLayout.superclass.render.apply(this, arguments);
var self = this, o = this.options;
var self = this, o = this.options, items = o.items;
var list = [];
BI.each(items, function (i) {
list.push({

Loading…
Cancel
Save