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

Unified Diff: background.js

Issue 6141186662203392: Issue 1814 - Use ext.showOptions() on the first-run page (Closed)
Patch Set: Created Jan. 15, 2015, 12:57 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 | ext/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -158,21 +158,16 @@
modules.info = {
platform: "gecko",
platformVersion: "34.0",
application: "firefox",
applicationVersion: "34.0"
};
updateFromURL(modules.info);
- global.openOptions = function()
- {
- window.open("http://example.com/options.html", "_blank");
- };
-
global.Services = {
vc: {
compare: function(v1, v2)
{
return parseFloat(v1) - parseFloat(v2);
}
}
};
« no previous file with comments | « no previous file | ext/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld