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

Unified Diff: include.preload.js

Issue 29577555: Issue 5080 - Start using our new webpack build system (Closed)
Patch Set: Export everything from include.preload.js at once Created Oct. 16, 2017, 9:58 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 | « dependencies ('k') | metadata.chrome » ('j') | 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 1dc83156aa05a657acf19bef98664a09678db783..fca4afa1b41061176eabc75eb9b09d25d881c27c 100644
--- a/include.preload.js
+++ b/include.preload.js
@@ -523,3 +523,10 @@ if (document instanceof HTMLDocument)
checkCollapse(element);
}, true);
}
+
+module.exports = {
+ checkCollapse,
+ elemhide,
+ typeMap,
+ getURLsFromElement
+};
« no previous file with comments | « dependencies ('k') | metadata.chrome » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld