Jian130 / x2js

Automatically exported from code.google.com/p/x2js
0 stars 0 forks source link

trim() in IE8 #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
little bug I found:

trim() function is not supported in IE8, which you use in the library.

IE8 would fail with message: Object doesn't support this property or method

Solution: 
http://stackoverflow.com/questions/11219731/trim-function-doesnt-work-in-ie8

Original issue reported on code.google.com by martin.p...@gmail.com on 9 Jan 2014 at 11:38

GoogleCodeExporter commented 9 years ago
Hello!
It looks like you are using v1.1.3.
It was fixed in v1.1.4 (release).
Could you check your version, please?

Original comment by abdulla....@gmail.com on 9 Jan 2014 at 1:41

GoogleCodeExporter commented 9 years ago
Hi,
sorry I didn't notice there was 1.1.4 version released. Yes, I was using 1.1.3, 
with 1.1.4 it looks OK.

Great job, thank you!

Original comment by martin.p...@gmail.com on 10 Jan 2014 at 11:25