mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +08:00
jso: update Navigator.java, getGamepads is a function, not a property (#962)
This commit is contained in:
parent
94c50dd1bc
commit
312d8abee8
@ -42,7 +42,6 @@ public final class Navigator implements JSObject {
|
||||
@JSProperty
|
||||
public static native String[] getLanguages();
|
||||
|
||||
@JSProperty
|
||||
public static native Gamepad[] getGamepads();
|
||||
|
||||
@JSBody(script = "return navigator.hardwareConcurrency")
|
||||
|
Loading…
Reference in New Issue
Block a user