remove constructor

This commit is contained in:
Cameron 2020-08-05 19:59:25 +01:00
parent 5ba3a57479
commit 2e47b89ada

View file

@ -127,9 +127,6 @@ function resetCachedViews() {
document.addEventListener('skinunload', resetCachedViews);
class ViewManager {
constructor() {
}
loadView(options) {
const lastView = currentView;