x2js
x2js copied to clipboard
"Uncaught TypeError: (intermediate value)(…) is not a function" error occurred when using with another libraries
Hi,
When I used this library on my product with another libraries, occurs this javascript error: "Uncaught TypeError: (intermediate value)(…) is not a function".
I think that cause of the problem is a missing semicolon end of the wrapper function. Detail is here: https://stackoverflow.com/a/42036382
Thanks.