Browse Source

JSY-4371 feat: 格式

es6
Mio 3 years ago
parent
commit
afc39e6da8
  1. 4
      src/base/collection/collection.js

4
src/base/collection/collection.js

@ -103,7 +103,7 @@ BI.CollectionView = BI.inherit(BI.Widget, {
_cellRenderers: function (height, width, x, y) {
this._lastRenderedCellIndices = this._sectionManager.getCellIndices(height, width, x, y);
return this._cellGroupRenderer();
return this._cellGroupRenderer();
},
_cellGroupRenderer: function () {
@ -113,7 +113,7 @@ return this._cellGroupRenderer();
var cellMetadata = self._sectionManager.getCellMetadata(index);
rendered.push(cellMetadata);
});
return rendered;
return rendered;
},
_calculateChildrenToRender: function () {

Loading…
Cancel
Save