Commit 29f1ab30 authored by David Stutz's avatar David Stutz

Merge pull request #114 from JProgrammer/patch-1

Remove trailing comma so that it can be minified with closure compiler
parents ccf43cf5 4d424442
......@@ -163,9 +163,9 @@
selectAllText: ' Select all',
selectAllValue: 'multiselect-all',
enableFiltering: false,
enableCaseInsensitiveFiltering: false,
filterPlaceholder: 'Search',
filterBehavior: 'text', // possible options: 'text', 'value', 'both'
enableCaseInsensitiveFiltering: false,
filterPlaceholder: 'Search',
filterBehavior: 'text' // possible options: 'text', 'value', 'both'
},
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