Roo/util/Math.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 08:48:13 +0000 (16:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 08:48:13 +0000 (16:48 +0800)
Roo/util/Math.js

index 9a553e5..e025547 100644 (file)
@@ -213,7 +213,7 @@ Roo.util.Math.prototype = {
     
        set : function(n)
     {
-               this.ctor(n)
+               this.ctor(n);
         return this;
        },
 /**