| 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 |