Commit d783f970 authored by Gwen's avatar Gwen Committed by Gwen_

Fix trailing comma

parent 5a4dc8a2
...@@ -44,7 +44,7 @@ class DueDateSelect { ...@@ -44,7 +44,7 @@ class DueDateSelect {
this.$selectbox.hide(); this.$selectbox.hide();
this.$value.css('display', ''); this.$value.css('display', '');
}, },
multiSelect: true multiSelect: true,
}); });
} }
......
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