Skip to content

Commit

Permalink
Fix flow type in 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed May 10, 2016
1 parent 1d532b7 commit faac254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/types.es6
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export type Bounds = {
left: number, top: number, right: number, bottom: number
};
export type ControlPosition = {x: number, y: number};
export type EventHandler<T> = (e: T) => void;
export type EventHandler<T> = (e: T) => void | false;

0 comments on commit faac254

Please sign in to comment.