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

Unified Diff: lib/typoCollector.js

Issue 8559070: Integrated URL Fixer into Adblock Plus (Closed)
Patch Set: Created Nov. 9, 2012, 3:21 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/typoAppIntegration.js ('k') | lib/typoFixer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/typoCollector.js
===================================================================
new file mode 100644
--- /dev/null
+++ b/lib/typoCollector.js
@@ -0,0 +1,21 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+// Mock implementation for typoCollector.js
+
+exports.processTypedDomain = function()
+{
+}
+
+exports.processDomainCorrection = function()
+{
+}
+
+exports.processFalsePositive = function()
+{
+}
+
+exports.processUserCorrection = function()
+{
+}
« no previous file with comments | « lib/typoAppIntegration.js ('k') | lib/typoFixer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld