BigW Consortium Gitlab

Commit 3ee13984 by Simon Knox

enable lint

parent f2d82304
/* 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'); require('vendor/task_list');
class TaskList { class TaskList {
...@@ -20,7 +17,7 @@ class TaskList { ...@@ -20,7 +17,7 @@ class TaskList {
disable() { disable() {
$(`${this.selector} .js-task-list-container`).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) { update(e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment