Skip to content

Commit 4541745

Browse files
committed
Merge pull request #150 from mseddon/touchevent-id
Fix Touch identifier to be Double
2 parents daa08ce + 0e46c81 commit 4541745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/scalajs/dom/raw/lib.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2586,7 +2586,7 @@ class Touch extends js.Object {
25862586
*
25872587
* MDN
25882588
*/
2589-
def identifier: Int = js.native
2589+
def identifier: Double = js.native
25902590

25912591
/**
25922592
* The X coordinate of the touch point relative to the left edge of the screen.

0 commit comments

Comments
 (0)