X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;fp=roojs-debug.js;h=66736f2de63dfdc23a489d5e1462cda1752608a8;hp=ebe92d331d3fef6efc248fa03011cfb615ef602b;hb=83dd319070d3735be6a0001ebccae6cc0a83e2e2;hpb=fa31935ccd4b966fe8297c2d8534d03d0302f00d diff --git a/roojs-debug.js b/roojs-debug.js index ebe92d331d..66736f2de6 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -43976,7 +43976,7 @@ Roo.extend(Roo.form.NumberField, Roo.form.TextField, { setValue : function(v){ v = this.fixPrecision(v); if(this.thousandSeparator != ''){ - v = Roo.util.Format.number(v, this.decimalPrecision, this.thousandSeparator); + // v = Roo.util.Format.number(v, this.decimalPrecision, this.thousandSeparator); } Roo.form.NumberField.superclass.setValue.call(this, String(v).replace(".", this.decimalSeparator)); },