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