roojs-all.js
[roojs1] / examples / math.html
index 7880e35..6350166 100644 (file)
@@ -28,7 +28,7 @@
      
      var qty = new Roo.util.Math(3,5)
  
-    am = qty.multiply('15.80');
+    var am = qty.multiply('15.80');
     console.log(am)
     console.log(am.toFixed(2))