diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-02 22:35:02 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-02 22:35:02 -0800 |
commit | faf13d696c874a0c546f5c862a2567032f423d09 (patch) | |
tree | 3018c2ef3616771a310cf25fe6666937f8a97966 /ext/manifest.json | |
parent | a01ca1f17c056179ab9040bf702429fdd97742d6 (diff) |
cleanup
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index bbdf6a80..f4fcccfa 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -16,10 +16,10 @@ "matches": ["http://*/*", "https://*/*", "file://*/*"], "js": [ "fg/js/gecko.js", + "fg/js/util.js", "fg/js/source-range.js", "fg/js/source-element.js", "fg/js/popup.js", - "fg/js/util.js", "fg/js/driver.js" ], "css": ["fg/css/client.css"] |