examples/math.html
authorAlan Knowles <alan@akbkhome.com>
Tue, 11 Jan 2011 07:47:37 +0000 (15:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 11 Jan 2011 07:47:37 +0000 (15:47 +0800)
examples/math.html

index 0e13f4f..fa8bec2 100644 (file)
@@ -22,6 +22,7 @@
      
      a = new Roo.util.Math("123.004",5);
      a  = a.add("334.003");
+     console.log("doing fixed");
      console.log(a.toFixed(3));
      console.log(a.toFixed(2));