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: Update buildtools dependency to include typo fix Created Oct. 15, 2017, 2:01 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 | « 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..463e686bd194b2a144ee41206797afcaad675399 100644
--- a/include.preload.js
+++ b/include.preload.js
@@ -523,3 +523,8 @@ if (document instanceof HTMLDocument)
checkCollapse(element);
}, true);
}
+
+exports.checkCollapse = checkCollapse;
Manish Jethani 2017/10/15 21:22:05 In Node.js you can usually do: module.exports =
kzar 2017/10/16 10:00:07 Done.
+exports.elemhide = elemhide;
+exports.typeMap = typeMap;
+exports.getURLsFromElement = getURLsFromElement;
« no previous file with comments | « dependencies ('k') | metadata.chrome » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld