diff --git a/jqueryui/jqueryui.d.ts b/jqueryui/jqueryui.d.ts index 41cc3214df..52d7d6d6a3 100644 --- a/jqueryui/jqueryui.d.ts +++ b/jqueryui/jqueryui.d.ts @@ -976,6 +976,7 @@ interface JQuery { sortable(methodName: 'disable'): void; sortable(methodName: 'enable'): void; sortable(methodName: 'widget'): JQuery; + sortable(methodName: 'toArray'): string[]; sortable(methodName: string): JQuery; sortable(options: JQueryUI.SortableOptions): JQuery; sortable(optionLiteral: string, optionName: string): any;