Closed GoogleCodeExporter closed 8 years ago
I make this change in format function, and it works for me:
/// CHANGE (Alessandro): this code treat string like a formatted
one, but I WANT to format an unformatted one
// now we need to convert it into a number
// while (text.indexOf(group) > -1)
// text = text.replace(group, '');
// var number = new Number(text.replace
(dec, ".").replace(neg, "-"));
//while (text.indexOf(group) > -1)
// text = text.replace(group, '');
//var number = new Number(text.replace(dec, ".").replace(neg, "-"));
var number = new Number(text);
Alessandro
Original comment by alessandro.piccione.75
on 23 Jun 2009 at 11:24
Issue seems to have been resolved with next release (1.2 - due soon).
Original comment by apar...@gmail.com
on 5 Feb 2010 at 7:01
Original issue reported on code.google.com by
alessandro.piccione.75
on 23 Jun 2009 at 11:05