Skip to content

Commit 13e6d2e

Browse files
committed
KeyboardEvent: Remove DOM_KEY_LOCATION_{MOBILE, JOYSTICK}
Both values were dropped in Gecko 38. See also https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/location
1 parent 28503dc commit 13e6d2e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2749,10 +2749,6 @@ object KeyboardEvent extends js.Object {
27492749
def DOM_KEY_LOCATION_LEFT: Int = js.native
27502750

27512751
def DOM_KEY_LOCATION_NUMPAD: Int = js.native
2752-
2753-
def DOM_KEY_LOCATION_JOYSTICK: Int = js.native
2754-
2755-
def DOM_KEY_LOCATION_MOBILE: Int = js.native
27562752
}
27572753

27582754
/**

0 commit comments

Comments
 (0)