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

index 1594ee7..6943bc6 100644 (file)
@@ -20,8 +20,8 @@
  
  Roo.onReady(function() {
      
-     a = new Roo.util.Math("123",2);
-     c  = a.add("334");
+     a = new Roo.util.Math("123.004",5);
+     a  = a.add("334.003");
      document.write(c);