Re: How to disable assertions in Hosted Mode?

2009-08-01 Thread mic
I would be very interested in the answer to that as well! On Jul 25, 10:21 pm, David da...@sogeeky.net wrote: I recently jumped from GWT 1.5 to 1.7 and am having trouble with some legacy code that sets the style attribute overlow-x from the DOM object.  In hosted mode this throws an

How to disable assertions in Hosted Mode?

2009-07-25 Thread David
I recently jumped from GWT 1.5 to 1.7 and am having trouble with some legacy code that sets the style attribute overlow-x from the DOM object. In hosted mode this throws an assertCamelCase() error, but it works fine in browsers. I tried changing it to overflowX which works in real browsers but