diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-20 21:32:17 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-20 21:32:17 -0700 |
commit | a0e2d9cb721d44a89715f3a9df10135c2aebfe29 (patch) | |
tree | 0d0b50f1cfbec746cd517f471d102e63a33ad3d1 /ext/fg/js | |
parent | d6c2f1cc38a2490afe79b0d8e1f24ad214ee9534 (diff) |
cleanup
Diffstat (limited to 'ext/fg/js')
-rw-r--r-- | ext/fg/js/frontend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js index 5a51af6d..e32a630d 100644 --- a/ext/fg/js/frontend.js +++ b/ext/fg/js/frontend.js @@ -17,7 +17,7 @@ */ -window.frontend = new class { +window.yomichanFrontend = new class { constructor() { this.popup = new Popup(); this.popupTimer = null; |