Commit 4d424442 authored by Cameron Crothers's avatar Cameron Crothers

Remove trailing comma so that it can be minified with closure compiler

parent ccf43cf5
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
enableFiltering: false, enableFiltering: false,
enableCaseInsensitiveFiltering: false, enableCaseInsensitiveFiltering: false,
filterPlaceholder: 'Search', filterPlaceholder: 'Search',
filterBehavior: 'text', // possible options: 'text', 'value', 'both' filterBehavior: 'text' // possible options: 'text', 'value', 'both'
}, },
constructor: Multiselect, constructor: Multiselect,
......
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