mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
eventType is a number, not a string, per the documentation (#10208)
This commit is contained in:
committed by
Mohamed Hegazy
parent
61e0188683
commit
b8de53efe8
2
hammerjs/hammerjs.d.ts
vendored
2
hammerjs/hammerjs.d.ts
vendored
@@ -196,7 +196,7 @@ declare class HammerInput
|
||||
pointerType:string;
|
||||
|
||||
/** Event type, matches the INPUT constants. */
|
||||
eventType:string;
|
||||
eventType:number;
|
||||
|
||||
/** true when the first input. */
|
||||
isFirst:boolean;
|
||||
|
||||
Reference in New Issue
Block a user