mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Update select2.d.ts (#9134)
interface Select2SelectionObject: replaced commas with semicolons
This commit is contained in:
14
select2/select2.d.ts
vendored
14
select2/select2.d.ts
vendored
@@ -91,13 +91,13 @@ interface Select2JQueryEventObject extends JQueryEventObject {
|
||||
}
|
||||
|
||||
interface Select2SelectionObject {
|
||||
loading: boolean,
|
||||
disabled: boolean,
|
||||
element: HTMLOptionElement,
|
||||
id: string,
|
||||
selected: boolean,
|
||||
text: string,
|
||||
title: string,
|
||||
loading: boolean;
|
||||
disabled: boolean;
|
||||
element: HTMLOptionElement;
|
||||
id: string;
|
||||
selected: boolean;
|
||||
text: string;
|
||||
title: string;
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
|
||||
Reference in New Issue
Block a user