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

forgot to iife

parent 766d011b
No related branches found
No related tags found
1 merge request!9016move task_list setup and events to own class
Pipeline #
Loading
Loading
@@ -7,7 +7,7 @@ class TaskList {
constructor(options = {}) {
this.selector = options.selector;
this.dataType = options.dataType;
this.onSuccess = options.onSuccess || () => null;
this.onSuccess = options.onSuccess || (() => {});
this.init();
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment