Explorar el Código

Изменения от Главреда ГитЖС | Changes of GitJS Glavred

M-0.1.0
Главред | Glavred hace 3 años
padre
commit
f090d0dffe
Se han modificado 2 ficheros con 1 adiciones y 16 borrados
  1. +1
    -2
      0000
  2. +0
    -14
      функции|functions.js

+ 1
- 2
0000 Ver fichero

@@ -7,5 +7,4 @@ x /интерфейс|ui.js
x /пуск|run.js
/пуск|run.череда
x /тема|theme.js
/тема|theme.череда
x /функции|functions.js
/тема|theme.череда

+ 0
- 14
функции|functions.js Ver fichero

@@ -1,14 +0,0 @@

номерФишки = (фишки, id) =>
{
for (var номер in фишки)
{
var фишка = фишки[номер];
if (фишка.id == id)
{
return номер;
}
}
return null;
};

Cargando…
Cancelar
Guardar