Closed pietia closed 4 months ago
It should be merged ASAP. Lack of the semicolon truly destroys concatenation process.
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.
+1
+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.
adds semicolon at the end of source code so that the file can be concatenated with other JS code.