X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-ui-debug.js;fp=roojs-ui-debug.js;h=f3cd4625a7382bd6739f0611bedcf3a47ca8ebb5;hp=989a3905d1ac13dcf848cd14671463b8c3f470fe;hb=83dd319070d3735be6a0001ebccae6cc0a83e2e2;hpb=fa31935ccd4b966fe8297c2d8534d03d0302f00d diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 989a3905d1..f3cd4625a7 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -19474,7 +19474,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)); },