Skip to content

Commit

Permalink
fix: revert to proper globalThis
Browse files Browse the repository at this point in the history
  • Loading branch information
tor0405 committed Jun 11, 2024
1 parent 61b9f07 commit e6efd0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,5 @@ export class PodiumBridge {
}
}

globalThis.window['@podium'] = globalThis.window['@podium'] || {};
globalThis.window['@podium'].bridge = new PodiumBridge();
globalThis['@podium'] = globalThis['@podium'] || {};
globalThis['@podium'].bridge = new PodiumBridge();

0 comments on commit e6efd0f

Please sign in to comment.