Merge pull request #6251 from rvs1257/patch-1

Update select2.d.ts with v4 theme option.
This commit is contained in:
Masahiro Wakame
2015-10-13 02:44:30 +09:00
+1
View File
@@ -71,6 +71,7 @@ interface Select2Options {
dropdownCss?: any;
dropdownCssClass?: any;
escapeMarkup?: (markup: string) => string;
theme?: string;
}
interface Select2JQueryEventObject extends JQueryEventObject {