mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 02:21:53 +08:00
refactoring
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
function main() {
|
||||
ui.init();
|
||||
hid.init();
|
||||
session.loadKvmdVersion();
|
||||
session.startPoller();
|
||||
stream.startPoller();
|
||||
var hid = new Hid();
|
||||
new Session(new Atx(), hid, new Msd());
|
||||
new Stream();
|
||||
new Ui(hid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user