Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
mahjong
/
mahjong-scena
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
1
Wiki
Attività
Sfoglia il codice sorgente
Изменения от Главреда ГитЖС | Changes of GitJS Glavred
M-0.1.0
Главред | Glavred
4 anni fa
parent
b7de06d515
commit
3781916cf9
2 ha cambiato i file
con
15 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
0000
+13
-0
функции|functions.js
+ 2
- 1
0000
Vedi File
@@ -7,4 +7,5 @@ x /загрузка|loading.js
x /пуск|run.js
/пуск|run.череда
x /фишки|tiles.js
/фишки|tiles.череда
/фишки|tiles.череда
x /функции|functions.js
+ 13
- 0
функции|functions.js
Vedi File
@@ -0,0 +1,13 @@
номерФишки = (фишки, id) =>
{
for (var номер in фишки)
{
var фишка = фишки[номер];
if (фишка.id == id)
{
return номер;
}
}
return null;
};
Write
Preview
Loading…
Annulla
Salva