mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
fix typo
This commit is contained in:
parent
4d75f7776c
commit
5696b76d9a
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class GdxFor {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return true if connected to the goforce devie.
|
* Return true if connected to the goforce device.
|
||||||
* @return {boolean} - whether the goforce is connected.
|
* @return {boolean} - whether the goforce is connected.
|
||||||
*/
|
*/
|
||||||
isConnected () {
|
isConnected () {
|
||||||
|
|
Loading…
Reference in a new issue