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

Unified Diff: chrome/content/elemHideEmulation.js

Issue 29399602: Issue 5079 - Export ElemHideEmulation and splitSelector if possible (Closed)
Patch Set: Created March 31, 2017, 7:38 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/elemHideEmulation.js
diff --git a/chrome/content/elemHideEmulation.js b/chrome/content/elemHideEmulation.js
index ff824aef3f15bd9f630a1bcad4a68e9a358983a6..6203ef52c8058324154a6ec85300ff9a7d2f385b 100644
--- a/chrome/content/elemHideEmulation.js
+++ b/chrome/content/elemHideEmulation.js
@@ -165,3 +165,9 @@ ElemHideEmulation.prototype = {
}.bind(this));
}
};
+
+if (typeof exports != "undefined")
kzar 2017/04/03 07:43:57 Yes, potentially undeclared variables in content s
+{
+ exports.ElemHideEmulation = ElemHideEmulation;
+ exports.splitSelector = splitSelector;
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld