Skip to content

Commit ba424f7

Browse files
committed
Merge pull request DefinitelyTyped#6897 from ameliemaucade/master
add option create to ResizableEvents interface
2 parents 81a7f48 + 9eeee9d commit ba424f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jqueryui/jqueryui.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ declare module JQueryUI {
590590
resize?: ResizableEvent;
591591
start?: ResizableEvent;
592592
stop?: ResizableEvent;
593+
create?: ResizableEvents;
593594
}
594595

595596
interface Resizable extends Widget, ResizableOptions {

0 commit comments

Comments
 (0)