Skip to content

Commit 8adc45f

Browse files
committed
Remove global window debug variable
Signed-off-by: Itay Dafna <[email protected]>
1 parent 1921893 commit 8adc45f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

js/core/viewbasedjsonmodel.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ export class ViewBasedJSONModel extends MutableDataModel {
3030
constructor(data: ViewBasedJSONModel.IData) {
3131
super();
3232
this.updateDataset(data);
33-
//@ts-ignore
34-
window.jsonview = this;
33+
3534
this._transformState = new TransformStateManager();
3635
// Repaint grid on transform state update
3736
// Note: This will also result in the `model-reset` signal being sent.

0 commit comments

Comments
 (0)