Closed GoogleCodeExporter closed 9 years ago
this can be fixed by modifying py_classes.js line 4
from
else if(isinstance(obj,float)){return int(Math.abs(obj.value))}
to
else if(isinstance(obj,float)){return Math.abs(obj.value)}
Original comment by billy.earney@gmail.com
on 13 Feb 2013 at 12:24
Merci Nicolas, corrigé dans la révision 498
Original comment by pierre.q...@gmail.com
on 14 Feb 2013 at 7:18
Original issue reported on code.google.com by
d...@famillepinault.fr
on 11 Feb 2013 at 8:42