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;