mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
lint: Re-run eslint --fix
This commit is contained in:
parent
fc234d0088
commit
f54dcbc766
13 changed files with 44 additions and 44 deletions
|
@ -315,7 +315,7 @@ Scroll.prototype.getVisibleLineRange = function (rep) {
|
|||
// return the first line that the top position is greater or equal than
|
||||
// the viewport. That is the first line that is below the viewport bottom.
|
||||
// So the line that is in the bottom of the viewport is the very previous one.
|
||||
self._getLineEntryTopBottom(e, obj).top >= viewport.bottom,
|
||||
self._getLineEntryTopBottom(e, obj).top >= viewport.bottom
|
||||
);
|
||||
if (end < start) end = start; // unlikely
|
||||
// top.console.log(start+","+(end -1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue