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

Unified Diff: lib/typoAppIntegration.js

Issue 8788183: Detect and handle the case of our own typo correction extension being installed in parallel (Closed)
Patch Set: Created Nov. 20, 2012, 9:53 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 | « lib/main.js ('k') | lib/typoBootstrap.js » ('j') | lib/typoBootstrap.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/typoAppIntegration.js
===================================================================
--- a/lib/typoAppIntegration.js
+++ b/lib/typoAppIntegration.js
@@ -15,6 +15,8 @@
unhook();
functionHooks.delete(window);
}
+
+ require("typoBootstrap").cleanup();
};
switch (addonName)
« no previous file with comments | « lib/main.js ('k') | lib/typoBootstrap.js » ('j') | lib/typoBootstrap.js » ('J')

Powered by Google App Engine
This is Rietveld