*Switch to window
This commit is contained in:
parent
5081253cc9
commit
50ed4b92c5
|
@ -2,6 +2,6 @@ import * as kernel from "libkernel";
|
||||||
import * as skynet from "libskynet";
|
import * as skynet from "libskynet";
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
global.kernel = kernel;
|
window.kernel = kernel;
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
global.skynet = skynet;
|
window.skynet = skynet;
|
||||||
|
|
Loading…
Reference in New Issue