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

index 593dab3..1594ee7 100644 (file)
@@ -21,8 +21,8 @@
  Roo.onReady(function() {
      
      a = new Roo.util.Math("123",2);
-     a.add("334");
-     document.write(a);
+     c  = a.add("334");
+     document.write(c);
      
      
     });