Ok, heres where its crashing:
if (this$static.length == 0 || this$static[0] > $intern_60 && this$static[this$static.length - 1] > $intern_60) {
return this$static;
}
var r1 = this$static.replace(/^(\s*)/, $intern_8);
var r2 = r1.replace(/\s*$/, $intern_8);
return r2;
}
Specifically the;
var r1 = this$static.replace(/^(\s*)/, $intern_8);
~~~
Thomas & Bertines online review show:
http://randomreviewshow.com/index.html
Try it! You might even feel ambivalent about it :)
Thomas & Bertines online review show:
http://randomreviewshow.com/index.html
Try it! You might even feel ambivalent about it :)
On 3 October 2014 17:58, Joseph Lust <lifeoflust@gmail.com> wrote:
Thomas,Have you tried looking at the PRETTY print version of this code to see exactly what output JS is causing the problem in IE10?--
You received this message because you are subscribed to a topic in the Google Groups "Google Web Toolkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/UoWCYwOCaVQ/unsubscribe.
To unsubscribe from this group and all its topics, 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/d/optout.
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/d/optout.
No comments:
Post a Comment