mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-23 11:50:15 +08:00
Merge pull request #898 from santialbo/patch-6
Select2: make optional parameters optional
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@ interface Select2QueryOptions {
|
||||
term?: string;
|
||||
page?: number;
|
||||
context?: any;
|
||||
callback?: (result: { results: any; more: boolean; context: any; }) => void;
|
||||
callback?: (result: { results: any; more?: boolean; context?: any; }) => void;
|
||||
}
|
||||
|
||||
interface AjaxFunction {
|
||||
|
||||
Reference in New Issue
Block a user