From 4691d1a545cec7524fc7bc44a0dcc133238ecfdb Mon Sep 17 00:00:00 2001 From: ymkjp Date: Mon, 25 Jul 2016 16:27:13 +0900 Subject: [PATCH] Bump up version on JqueryUI comment --- jqueryui/jqueryui.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jqueryui/jqueryui.d.ts b/jqueryui/jqueryui.d.ts index d508eba8a9..7391de7824 100644 --- a/jqueryui/jqueryui.d.ts +++ b/jqueryui/jqueryui.d.ts @@ -1,4 +1,4 @@ -// Type definitions for jQueryUI 1.9 +// Type definitions for jQueryUI 1.11 // Project: http://jqueryui.com/ // Definitions by: Boris Yankov , John Reilly // 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;