Re: Differences between DevMode and Production mode related to trim()
Thanks a lot Thomas.
-- I've submitted this issue here: https://code.google.com/p/google-web-toolkit/issues/detail?id=8534
On Tuesday, January 14, 2014 4:06:28 AM UTC-5, Thomas Broyer wrote:
On Tuesday, January 14, 2014 4:06:28 AM UTC-5, Thomas Broyer wrote:
Maybe worth a bug entry.+1The emulation should read:var r1 = this.replace(/^[\0- ]*/, '');var r2 = r1.replace(/[\0- ]*$/, '');return r2;(either [\0- ]* or [\0- ]+)That works in Chrome, but would have to be tested in all supported browsers.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home