mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
refactoring
This commit is contained in:
parent
f540114abe
commit
c38e22591e
@ -10,6 +10,6 @@ function main() {
|
||||
$("bad-browser-modal").style.visibility = "visible";
|
||||
} else {
|
||||
ui = new Ui();
|
||||
new Session(new Streamer(), new Atx(), new Hid(), new Msd());
|
||||
new Session(new Hid(), new Atx(), new Msd(), new Streamer());
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
function Session(streamer, atx, hid, msd) {
|
||||
function Session(hid, atx, msd, streamer) {
|
||||
// var self = this;
|
||||
|
||||
/********************************************************************************/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user