mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 02:21:53 +08:00
using js modules
This commit is contained in:
@@ -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;
|
||||
|
||||
/************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user