Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
mahjong
/
mahjong-scena
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
1
Wiki
Atividade
Ver código fonte
Изменения от Главреда ГитЖС | Changes of GitJS Glavred
M-0.1.0
Главред | Glavred
4 anos atrás
pai
b7de06d515
commit
3781916cf9
2 arquivos alterados
com
15 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-1
0000
+13
-0
функции|functions.js
+ 2
- 1
0000
Ver arquivo
@@ -7,4 +7,5 @@ x /загрузка|loading.js
x /пуск|run.js
/пуск|run.череда
x /фишки|tiles.js
/фишки|tiles.череда
/фишки|tiles.череда
x /функции|functions.js
+ 13
- 0
функции|functions.js
Ver arquivo
@@ -0,0 +1,13 @@
номерФишки = (фишки, id) =>
{
for (var номер in фишки)
{
var фишка = фишки[номер];
if (фишка.id == id)
{
return номер;
}
}
return null;
};
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar