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

Unified Diff: lib/survey.js

Issue 8554013: Renamed necessary components for ABP integration (Closed)
Patch Set: Created Oct. 10, 2012, 1:59 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 | « lib/rules.js ('k') | lib/typoAppIntegration.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/survey.js
===================================================================
--- a/lib/survey.js
+++ b/lib/survey.js
@@ -93,7 +93,7 @@
let window = Services.wm.getMostRecentWindow("navigator:browser");
if (window)
{
- let browser = require("appIntegration").getBrowser(window);
+ let browser = require("typoAppIntegration").getBrowser(window);
browser.loadOneTab(surveyUrl + "&lang=" + surveyLang, {
referrerURI: Services.io.newURI("http://url.fixer/", null, null),
inBackground: false
« no previous file with comments | « lib/rules.js ('k') | lib/typoAppIntegration.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld