Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
clonk2u
/
stroll
feito fork de
chemicalcrux/stroll
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Remove spurious logging
tags/v1.1.0
Fen Dweller
6 anos atrás
pai
96f032bc1c
commit
9043c7f776
1 arquivos alterados
com
0 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
+0
-1
units.js
+ 0
- 1
units.js
Ver arquivo
@@ -49,7 +49,6 @@ function fixedIfDecimal(num, fixed) {
}
function number(value, type="full", fixed) {
console.log(value)
var val = parseFloat(value);
switch(type) {
case "full":
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar