mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
4 lines
168 B
TypeScript
4 lines
168 B
TypeScript
|
|
// @ts-ignore - module = undefined
|
||
|
|
// Required for correct loading of scripts in Electron
|
||
|
|
if (typeof module === 'object') {window.module = module; module = undefined;}
|