abdolence / x2js

x2js - XML to JSON and back for JavaScript
1.01k stars 492 forks source link

add semicolon at the end #35

Closed pietia closed 4 months ago

pietia commented 8 years ago

adds semicolon at the end of source code so that the file can be concatenated with other JS code.

ITachiLab commented 8 years ago

It should be merged ASAP. Lack of the semicolon truly destroys concatenation process.

XcrossD commented 7 years ago

TypeError: (intermediate value)(...) is not a function I just encountered this error in Firefox, and this is the solution. I'm writing it down here for people to see. Hopefully this gets merged soon.

gautiermichelin commented 6 years ago

+1

AndryT2 commented 5 years ago

+1. Merge this, please, because some of devs includes not minified version in build. So, this cause an issue TypeError: (intermediate value)(...) is not a function.