diff --git a/src/base/grid/grid.js b/src/base/grid/grid.js index b7c5c8020..b6ff6d65a 100644 --- a/src/base/grid/grid.js +++ b/src/base/grid/grid.js @@ -162,7 +162,7 @@ BI.GridView = BI.inherit(BI.Widget, { _columnIndex: columnIndex, _left: columnDatum.offset + horizontalOffsetAdjustment, _top: rowDatum.offset + verticalOffsetAdjustment - })); + }), this); renderedCells.push({ el: child, left: columnDatum.offset + horizontalOffsetAdjustment, @@ -377,4 +377,4 @@ BI.GridView = BI.inherit(BI.Widget, { } }); BI.GridView.EVENT_SCROLL = "EVENT_SCROLL"; -BI.shortcut("bi.grid_view", BI.GridView); \ No newline at end of file +BI.shortcut("bi.grid_view", BI.GridView); diff --git a/src/core/wrapper/layout.js b/src/core/wrapper/layout.js index 568bd4299..e2b966d59 100644 --- a/src/core/wrapper/layout.js +++ b/src/core/wrapper/layout.js @@ -605,4 +605,4 @@ BI.Layout = BI.inherit(BI.Widget, { } }); -BI.shortcut("bi.layout", BI.Layout); \ No newline at end of file +BI.shortcut("bi.layout", BI.Layout);