diff options
author | Chad Weider <cweider@oofn.net> | 2012-01-16 00:47:10 -0800 |
---|---|---|
committer | Chad Weider <cweider@oofn.net> | 2012-01-22 09:54:28 -0800 |
commit | 9253f9993da4b9ea10dc3fdad3907f53e9664a61 (patch) | |
tree | 42276b8880834005371b998253df2bc207d1087b /static/js/linestylefilter_client.js | |
parent | 62e0a8f26c3dea9d46818dd5ae9599cf375ad91e (diff) | |
download | etherpad-lite-9253f9993da4b9ea10dc3fdad3907f53e9664a61.zip |
Remove guards surrounding export steps.
Diffstat (limited to 'static/js/linestylefilter_client.js')
-rw-r--r-- | static/js/linestylefilter_client.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/static/js/linestylefilter_client.js b/static/js/linestylefilter_client.js index 9b1cb83d..7ff5bef4 100644 --- a/static/js/linestylefilter_client.js +++ b/static/js/linestylefilter_client.js @@ -360,6 +360,4 @@ linestylefilter.populateDomLine = function(textLine, aline, apool, domLineObj) func(text, ''); }; -if (typeof exports !== 'undefined') { exports.linestylefilter = linestylefilter; -} |