mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
using globalThis instead of window (#1315)
This commit is contained in:
@@ -11,5 +11,5 @@ import './src/toast';
|
|||||||
import * as bootstrap from 'bootstrap';
|
import * as bootstrap from 'bootstrap';
|
||||||
import * as tabler from './src/tabler';
|
import * as tabler from './src/tabler';
|
||||||
|
|
||||||
window.bootstrap = bootstrap;
|
globalThis.bootstrap = bootstrap;
|
||||||
window.tabler = tabler;
|
globalThis.tabler = tabler;
|
||||||
|
|||||||
Reference in New Issue
Block a user