lint: Fix ESLint error in `helper/methods.js`

This commit is contained in:
Richard Hansen 2021-03-31 17:15:23 -04:00 committed by webzwo0i
parent 62403159df
commit b164a34e64
1 changed files with 1 additions and 5 deletions

View File

@ -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