Roo/util/Math.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 12 Jan 2011 05:13:38 +0000 (13:13 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 12 Jan 2011 05:13:38 +0000 (13:13 +0800)
Roo/util/Math.js

index 875f96d..c48d7cc 100644 (file)
@@ -161,7 +161,7 @@ Roo.util.Math.prototype = {
        },
        set : function(n)
     {
-               this.constructor(n)
+               this._constructor(n)
         return this;
        },
        compare : function(n){