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