mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 05:36:09 +02:00
lint: Fix ESLint error in helper/methods.js
This commit is contained in:
parent
62403159df
commit
b164a34e64
@ -44,11 +44,7 @@ helper.edit = async (message, line) => {
|
||||
*
|
||||
* @returns {Array.<HTMLElement>} array of divs
|
||||
*/
|
||||
helper.linesDiv = () => {
|
||||
return helper.padInner$('.ace-line').map(function () {
|
||||
return $(this);
|
||||
}).get();
|
||||
};
|
||||
helper.linesDiv = () => helper.padInner$('.ace-line').map(function () { return $(this); }).get();
|
||||
|
||||
/**
|
||||
* The pad text as an array of lines
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user