refactoring

This commit is contained in:
Devaev Maxim
2018-11-27 17:44:02 +03:00
parent 2cea16a978
commit 6c2d8900f5
6 changed files with 28 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
var ui;
function main() {
if (check_browser()) {
if (checkBrowser()) {
ui = new Ui();
tools.setOnClick($("show-about-button"), () => ui.showWindow($("about-window")));