mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00: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
Vendored
+1
-1
@@ -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