diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-10 23:52:58 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-10 23:52:58 +0100 |
commit | b3f0b76f7f6a8836a20c908b3a22a34c3a13c9b9 (patch) | |
tree | 07c6aef1b87386de726ee89734d46a68edb92908 /extension/manifest.json | |
parent | 473503a246aa7a23539a349710c5549d1d87c147 (diff) |
Replace format util with ES6 string templates.
Diffstat (limited to 'extension/manifest.json')
-rw-r--r-- | extension/manifest.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extension/manifest.json b/extension/manifest.json index b7991e3f3..619d986a2 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -28,7 +28,6 @@ "js": [ "lib/vendor/system.src.js", "lib/vendor/URI.js", - "lib/util.js", "content_scripts/notify.js" ], "run_at": "document_start" @@ -44,7 +43,6 @@ "scripts": [ "lib/vendor/URI.js", "lib/vendor/handlebars-v4.0.5.js", - "lib/util.js", "lib/emscripten/libwrapper.js", "lib/vendor/system.src.js", "background/main.js" |