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

Unified Diff: lib/appSupport.js

Issue 8559070: Integrated URL Fixer into Adblock Plus (Closed)
Patch Set: Created Oct. 12, 2012, 2:18 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 | « defaults/typoRules.json ('k') | lib/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/appSupport.js
===================================================================
--- a/lib/appSupport.js
+++ b/lib/appSupport.js
@@ -12,6 +12,11 @@
Cu.import("resource://gre/modules/Services.jsm");
/**
+ * Import typo-correction specific exports
+ */
+exports.__proto__ = require("typoAppIntegration");
+
+/**
* Checks whether an application window is known and should get Adblock Plus
* user interface elements.
* @result Boolean
« no previous file with comments | « defaults/typoRules.json ('k') | lib/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld