We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12f9b62 + 6ea1138 commit 24635d7Copy full SHA for 24635d7
jqueryui/jqueryui.d.ts
@@ -1704,7 +1704,7 @@ interface JQuery {
1704
sortable(methodName: string): JQuery;
1705
sortable(options: JQueryUI.SortableOptions): JQuery;
1706
sortable(optionLiteral: string, optionName: string): any;
1707
- sortable(methodName: 'serialize', options: { key?: string; attribute?: string; expression?: RegExp }): string;
+ sortable(methodName: 'serialize', options?: { key?: string; attribute?: string; expression?: RegExp }): string;
1708
sortable(optionLiteral: string, options: JQueryUI.SortableOptions): any;
1709
sortable(optionLiteral: string, optionName: string, optionValue: any): JQuery;
1710
0 commit comments