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

index 6943bc6..e680ec7 100644 (file)
@@ -22,7 +22,7 @@
      
      a = new Roo.util.Math("123.004",5);
      a  = a.add("334.003");
-     document.write(c);
+     document.write(a);
      
      
     });