Skip to content

Commit

Permalink
Merge pull request #700 from cotttpan/ts_ondblclick
Browse files Browse the repository at this point in the history
TS: Correct 'onDoubleClick'  to 'onDblClick'
  • Loading branch information
robertknight committed May 21, 2017
2 parents 465dacb + 08b93e0 commit 5b6c21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preact.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ declare namespace JSX {
// MouseEvents
onClick?:MouseEventHandler;
onContextMenu?:MouseEventHandler;
onDoubleClick?:MouseEventHandler;
onDblClick?: MouseEventHandler;
onDrag?:DragEventHandler;
onDragEnd?:DragEventHandler;
onDragEnter?:DragEventHandler;
Expand Down

0 comments on commit 5b6c21b

Please sign in to comment.