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

Unified Diff: lib/main.js

Issue 8948027: Ported changes from Adblock Plus integration back into URL Fixer (Closed)
Patch Set: Created Jan. 14, 2013, 10:03 a.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 | « chrome/skin/icon16.png ('k') | lib/typoAppIntegration.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/main.js
===================================================================
old mode 100755
new mode 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -26,7 +26,7 @@
Prefs.migrate("extensions.typed-it-collection.counter", "counter");
require("typoFixer");
-require("typedItCollector");
+require("typoCollector");
// Execute first-run actions once the session is restored
{
@@ -87,5 +87,5 @@
window.gBrowser.loadOneTab(url, {inBackground: false});
}
- require("typedItCollector").onBrowserInitialized(window);
+ require("typoCollector").onBrowserInitialized(window);
}
« no previous file with comments | « chrome/skin/icon16.png ('k') | lib/typoAppIntegration.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld