This commit is contained in:
Alex Yatskov 2017-07-20 21:29:27 -07:00
parent 8bcc4ddf19
commit d6c2f1cc38
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
*/
window.driver = new class {
window.frontend = new class {
constructor() {
this.popup = new Popup();
this.popupTimer = null;

View File

@ -20,7 +20,7 @@
"fg/js/source-element.js",
"fg/js/background.js",
"fg/js/popup.js",
"fg/js/driver.js"
"fg/js/frontend.js"
],
"css": ["fg/css/client.css"]
}],