},
created: function () {
this.install();
if (window.EventBus) {
window.EventBus.addEventListener("update:init", this.update_init);
}
}
};
$m('video_server_list', Main);
});