Skip to content
Snippets Groups Projects
Commit 3ee13984 authored by Simon Knox's avatar Simon Knox
Browse files

enable lint

parent f2d82304
No related branches found
No related tags found
1 merge request!9016move task_list setup and events to own class
Pipeline #
/* eslint-disable class-methods-use-this, no-new, func-names, prefer-template, no-unneeded-ternary, object-shorthand, space-before-function-paren, comma-dangle, quote-props, consistent-return, no-else-return, no-param-reassign, max-len */
/* global UsersSelect */
require('vendor/task_list');
 
class TaskList {
Loading
Loading
@@ -20,7 +17,7 @@ class TaskList {
 
disable() {
$(`${this.selector} .js-task-list-container`).taskList('disable');
return $(document).off('tasklist:changed', `${this.selector} .js-task-list-container`);
$(document).off('tasklist:changed', `${this.selector} .js-task-list-container`);
}
 
update(e) {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment