BigW Consortium Gitlab

Commit 4e4639b5 by Simon Knox

forgot to iife

parent 766d011b
......@@ -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();
}
......
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