diff options
author | Luc Didry <luc@didry.org> | 2013-12-05 08:41:29 +0100 |
---|---|---|
committer | Luc Didry <luc@didry.org> | 2013-12-05 08:41:29 +0100 |
commit | 3d8452b1439fd24473fb68653cb2f7e3e0bbdb4b (patch) | |
tree | 87b7ba7cd1a2ddc61924c479c1b5e42abf4db502 /src/static/js/changesettracker.js | |
parent | 03ff5563f4ed406b6afaacc575e06e86aa939947 (diff) | |
download | etherpad-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/changesettracker.js')
-rw-r--r-- | src/static/js/changesettracker.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static/js/changesettracker.js b/src/static/js/changesettracker.js index 8c4c1c21..f3efc407 100644 --- a/src/static/js/changesettracker.js +++ b/src/static/js/changesettracker.js @@ -162,7 +162,7 @@ function makeChangesetTracker(scheduler, apool, aceCallbacksProvider) } else { - + // add forEach function to Array.prototype for IE8 if (!('forEach' in Array.prototype)) { Array.prototype.forEach= function(action, that /*opt*/) { @@ -171,7 +171,7 @@ function makeChangesetTracker(scheduler, apool, aceCallbacksProvider) action.call(that, this[i], i, this); }; } - + // Get my authorID var authorId = parent.parent.pad.myUserInfo.userId; |