Skip to content

Commit 1d4d145

Browse files
committed
Remove debug code
Signed-off-by: Itay Dafna <[email protected]>
1 parent 4f8337b commit 1d4d145

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/datagrid/src/datagrid.ts

-3
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ class DataGrid extends Widget {
9292
this.addClass('p-DataGrid');
9393
/* </DEPRECATED> */
9494

95-
//@ts-ignore
96-
window.datagrid = this;
97-
9895
// Parse the simple options.
9996
this._style = options.style || DataGrid.defaultStyle;
10097
this._stretchLastRow = options.stretchLastRow || false;

0 commit comments

Comments
 (0)