examples/math.html
[roojs1] / examples / math.html
index f28206e..92233f6 100644 (file)
@@ -22,7 +22,7 @@
      
      a = new Roo.util.Math("123.004",5);
      a  = a.add("334.003");
-     console.log(a.toString());
+     console.log(a.toFixed());
      
      
     });