Fixes Selectize is missing plugins field

See borisyankov/DefinitelyTyped#3691
This commit is contained in:
Dale Jefferson 2015-02-19 23:38:51 +00:00
parent 49b821f06b
commit 6e417e5cf2

View File

@ -150,6 +150,13 @@ declare module Selectize {
*/
selectOnTab?: boolean;
/**
* An array of plugins to use
*
* Default: null
*/
plugins?: string[];
// Data / Searching
// ------------------------------------------------------------------------------------------------------------