Skip to content

Commit 24635d7

Browse files
committed
Merge pull request DefinitelyTyped#8094 from use-strict/patch-2
jqueryui - optional options for serialize method
2 parents 12f9b62 + 6ea1138 commit 24635d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jqueryui/jqueryui.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ interface JQuery {
17041704
sortable(methodName: string): JQuery;
17051705
sortable(options: JQueryUI.SortableOptions): JQuery;
17061706
sortable(optionLiteral: string, optionName: string): any;
1707-
sortable(methodName: 'serialize', options: { key?: string; attribute?: string; expression?: RegExp }): string;
1707+
sortable(methodName: 'serialize', options?: { key?: string; attribute?: string; expression?: RegExp }): string;
17081708
sortable(optionLiteral: string, options: JQueryUI.SortableOptions): any;
17091709
sortable(optionLiteral: string, optionName: string, optionValue: any): JQuery;
17101710

0 commit comments

Comments
 (0)