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 @@ ...@@ -163,9 +163,9 @@
selectAllText: ' Select all', selectAllText: ' Select all',
selectAllValue: 'multiselect-all', selectAllValue: 'multiselect-all',
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