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

Unified Diff: include.preload.js

Issue 29587645: Issue 5904 - Avoid include.preload.js running twice (Closed)
Patch Set: Fixed typo in comment Created Oct. 24, 2017, 4:11 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 | « composer.postload.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.preload.js
diff --git a/include.preload.js b/include.preload.js
index fca4afa1b41061176eabc75eb9b09d25d881c27c..e9b6a3284ecebdefe385dc1c2377a27d37bd0253 100644
--- a/include.preload.js
+++ b/include.preload.js
@@ -524,9 +524,7 @@ if (document instanceof HTMLDocument)
}, true);
}
-module.exports = {
- checkCollapse,
- elemhide,
- typeMap,
- getURLsFromElement
-};
+window.checkCollapse = checkCollapse;
+window.elemhide = elemhide;
+window.typeMap = typeMap;
+window.getURLsFromElement = getURLsFromElement;
« no previous file with comments | « composer.postload.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld