aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-07-20 21:29:27 -0700
committerAlex Yatskov <alex@foosoft.net>2017-07-20 21:29:27 -0700
commitd6c2f1cc38a2490afe79b0d8e1f24ad214ee9534 (patch)
tree76a5d674a7fba9e2cea5d0724c8008483229ec1d
parent8bcc4ddf19a6c171ad1cf5d18b165da391089fd2 (diff)
cleanup
-rw-r--r--ext/fg/js/frontend.js (renamed from ext/fg/js/driver.js)2
-rw-r--r--ext/manifest.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/fg/js/driver.js b/ext/fg/js/frontend.js
index b0cc4613..5a51af6d 100644
--- a/ext/fg/js/driver.js
+++ b/ext/fg/js/frontend.js
@@ -17,7 +17,7 @@
*/
-window.driver = new class {
+window.frontend = new class {
constructor() {
this.popup = new Popup();
this.popupTimer = null;
diff --git a/ext/manifest.json b/ext/manifest.json
index 7a277fb2..a318e539 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -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"]
}],