summaryrefslogtreecommitdiff
path: root/src/static/js/contentcollector.js
diff options
context:
space:
mode:
authorLuc Didry <luc@didry.org>2013-12-05 08:41:29 +0100
committerLuc Didry <luc@didry.org>2013-12-05 08:41:29 +0100
commit3d8452b1439fd24473fb68653cb2f7e3e0bbdb4b (patch)
tree87b7ba7cd1a2ddc61924c479c1b5e42abf4db502 /src/static/js/contentcollector.js
parent03ff5563f4ed406b6afaacc575e06e86aa939947 (diff)
downloadetherpad-lite-3d8452b1439fd24473fb68653cb2f7e3e0bbdb4b.zip
Replace tabs indentation with spaces indentation
Some files are obviously external libraries, I didn't touch them
Diffstat (limited to 'src/static/js/contentcollector.js')
-rw-r--r--src/static/js/contentcollector.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static/js/contentcollector.js b/src/static/js/contentcollector.js
index 95efe9c4..ee0a1c27 100644
--- a/src/static/js/contentcollector.js
+++ b/src/static/js/contentcollector.js
@@ -398,7 +398,7 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
if (endPoint && node == endPoint.node)
{
selEnd = _pointHere(0, state);
- }
+ }
}
while (txt.length > 0)
{
@@ -467,7 +467,7 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
var startNewLine= (typeof(induceLineBreak)=='object'&&induceLineBreak.length==0)?true:induceLineBreak[0];
if(startNewLine){
cc.startNewLine(state);
- }
+ }
}
else if (tname == "script" || tname == "style")
{