summaryrefslogtreecommitdiff
path: root/src/static/js/contentcollector.js
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-01-19 14:45:49 +0000
committerJohn McLear <john@mclear.co.uk>2015-01-19 14:45:49 +0000
commitab71bc7c205e6944fcdc46b09cb8e603c433540e (patch)
tree7dc0a9dce4da0ba8c554b57acf6c223b1403d4b7 /src/static/js/contentcollector.js
parentedbeb66d5ea350cfbf9298d0f7ff41a14d67c953 (diff)
downloadetherpad-lite-ab71bc7c205e6944fcdc46b09cb8e603c433540e.zip
hrm
Diffstat (limited to 'src/static/js/contentcollector.js')
-rw-r--r--src/static/js/contentcollector.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/static/js/contentcollector.js b/src/static/js/contentcollector.js
index b7b3c568..1759d865 100644
--- a/src/static/js/contentcollector.js
+++ b/src/static/js/contentcollector.js
@@ -625,13 +625,11 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
_ensureColumnZero(state);
}
}
-
if (browser.msie)
{
// in IE, a point immediately after a DIV appears on the next line
_reachBlockPoint(node, 1, state);
}
-
state.localAttribs = localAttribs;
};
// can pass a falsy value for end of doc