Update chosen.jquery.d.ts

Width can be string
This commit is contained in:
ciju cherian 2015-06-10 12:38:53 +05:30
parent 31ce460184
commit da8abdb2f4

View File

@ -18,7 +18,7 @@ interface ChosenOptions {
placeholder_text_single?: string;
search_contains?: boolean;
single_backstroke_delete?: boolean;
width?: number;
width?: number|string;
display_disabled_options?: boolean;
display_selected_options?: boolean;
include_group_label_in_selected?: boolean;