Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
clonk2u
/
stroll
forkeado de
chemicalcrux/stroll
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Remove spurious logging
tags/v1.1.0
Fen Dweller
hace 6 años
padre
96f032bc1c
commit
9043c7f776
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-1
units.js
+ 0
- 1
units.js
Ver fichero
@@ -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":
Escribir
Vista previa
Cargando…
Cancelar
Guardar