examples/math.html
[roojs1] / examples / math.html
index 8598ca5..7547626 100644 (file)
@@ -21,8 +21,8 @@
  Roo.onReady(function() {
      
      a = new Roo.util.Math("123.004",5);
-     a  = a.add("334.003");
-     console.log(a);
+     c  = a.add("334.003");
+     console.log(c);
      
      
     });