Bump up version on JqueryUI comment

This commit is contained in:
ymkjp
2016-07-25 16:31:07 +09:00
parent 7d6547a8a0
commit 4691d1a545
+4 -4
View File
@@ -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;