Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chromeInfo.js.tmpl

Issue 29332683: Noissue - Removed unused info.addonID and info.addonRoot for Chrome and Safari (Closed)
Patch Set: Also remove unused addonRoot Created Dec. 15, 2015, 4:52 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | safariInfo.js.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeInfo.js.tmpl
===================================================================
--- a/chromeInfo.js.tmpl
+++ b/chromeInfo.js.tmpl
@@ -3,13 +3,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
require.scopes.info = {
- get addonID()
- {
- return chrome.i18n.getMessage("@@extension_id");
- },
addonName: {{metadata.get('general', 'basename')|json}},
addonVersion: {{version|json}},
- addonRoot: "",
application: {{type|json}},
get applicationVersion()
« no previous file with comments | « no previous file | safariInfo.js.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld