diff options
Diffstat (limited to 'web/share/js/wm.js')
-rw-r--r-- | web/share/js/wm.js | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/web/share/js/wm.js b/web/share/js/wm.js index 1732934f..586bceca 100644 --- a/web/share/js/wm.js +++ b/web/share/js/wm.js @@ -20,7 +20,16 @@ *****************************************************************************/ -function WindowManager() { +import {tools, $, $$, $$$} from "./tools.js"; + + +export var wm; + +export function initWindowManager() { + wm = new __WindowManager(); +} + +function __WindowManager() { var self = this; /************************************************************************/ |