mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Bump up version on JqueryUI comment
This commit is contained in:
Vendored
+4
-4
@@ -1,4 +1,4 @@
|
||||
// Type definitions for jQueryUI 1.9
|
||||
// Type definitions for jQueryUI 1.11
|
||||
// Project: http://jqueryui.com/
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, John Reilly <https://github.com/johnnyreilly>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -625,9 +625,9 @@ declare namespace JQueryUI {
|
||||
|
||||
interface Selectable extends Widget, SelectableOptions {
|
||||
}
|
||||
|
||||
|
||||
// SelectMenu //////////////////////////////////////////////////
|
||||
|
||||
|
||||
interface SelectMenuOptions extends SelectMenuEvents {
|
||||
appendTo?: string;
|
||||
disabled?: boolean;
|
||||
@@ -1705,7 +1705,7 @@ interface JQuery {
|
||||
selectable(optionLiteral: string, optionName: string): any;
|
||||
selectable(optionLiteral: string, options: JQueryUI.SelectableOptions): any;
|
||||
selectable(optionLiteral: string, optionName: string, optionValue: any): JQuery;
|
||||
|
||||
|
||||
selectmenu(): JQuery;
|
||||
selectmenu(methodName: 'close'): JQuery;
|
||||
selectmenu(methodName: 'destroy'): JQuery;
|
||||
|
||||
Reference in New Issue
Block a user