| 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; |
| +} |