summaryrefslogtreecommitdiff
path: root/src/static/js/contentcollector.js
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-01-21 02:55:03 +0000
committerJohn McLear <john@mclear.co.uk>2015-01-21 02:55:03 +0000
commiteacf1118f86fa0bf489fa86f65b970347f45077a (patch)
tree111f0fc72f55f2b60a0103ce6b45ec8e0eda3f0e /src/static/js/contentcollector.js
parent73d6030762c9fc37819668826b88e087d4e5ad24 (diff)
downloadetherpad-lite-eacf1118f86fa0bf489fa86f65b970347f45077a.zip
blind attempt to try
Diffstat (limited to 'src/static/js/contentcollector.js')
-rw-r--r--src/static/js/contentcollector.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/static/js/contentcollector.js b/src/static/js/contentcollector.js
index b7b3c568..7a6deeb1 100644
--- a/src/static/js/contentcollector.js
+++ b/src/static/js/contentcollector.js
@@ -37,7 +37,8 @@ function sanitizeUnicode(s)
function makeContentCollector(collectStyles, browser, apool, domInterface, className2Author)
{
- browser = browser || {};
+ // browser = browser || {};
+ // I don't like the above.
var dom = domInterface || {
isNodeText: function(n)