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

Unified Diff: lib/main.js

Issue 8559070: Integrated URL Fixer into Adblock Plus (Closed)
Patch Set: Changes to opt-in notification text Created Oct. 19, 2012, 3:14 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
Index: lib/main.js
===================================================================
--- a/lib/main.js
+++ b/lib/main.js
@@ -26,6 +26,8 @@
TimeLine.log("Done loading sync support");
require("ui");
TimeLine.log("Done loading UI integration code");
+require("typoFixer");
Wladimir Palant 2012/11/09 08:26:15 Please check preferences here - for the (Prefs.cor
+TimeLine.log("Done loading typo correction");
TimeLine.leave("Started up");
function registerPublicAPI()

Powered by Google App Engine
This is Rietveld