refactoring

This commit is contained in:
Devaev Maxim
2021-05-17 10:40:20 +03:00
parent a4c9a0b117
commit 274d609b71
2 changed files with 3 additions and 2 deletions

View File

@@ -240,6 +240,8 @@ export var tools = new function() {
};
};
this.info("Browser:", this.browser);
this.https = (location.protocol === "https:");
};
export var $ = (id) => document.getElementById(id);