Heavily improved page reload

This commit is contained in:
2017-07-19 09:09:55 +02:00
parent 80264f91b8
commit cd6641cc06
3 changed files with 14 additions and 5 deletions

View File

@ -4,4 +4,7 @@ import { AnimeNotifier } from "./AnimeNotifier"
let app = new Application()
let arn = new AnimeNotifier(app)
arn.init()
arn.init()
// For debugging purposes
window["arn"] = arn