You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the minified version is missing a semicolon at the end.
You fixed that once by a0cce74 but the semicolon is missing again in release 0.1.3 and master branch. I dont know how you are generating the minified version cause there is no script so you have to fix that.
It can cause errors if you concat multiple js scripts and smoke.js is followed by another one.
18133Uncaught TypeError: (intermediate value)(intermediate value)(intermediate value)(...) is not a function
The text was updated successfully, but these errors were encountered:
Hi,
the minified version is missing a semicolon at the end.
You fixed that once by a0cce74 but the semicolon is missing again in release 0.1.3 and master branch. I dont know how you are generating the minified version cause there is no script so you have to fix that.
It can cause errors if you concat multiple js scripts and smoke.js is followed by another one.
The text was updated successfully, but these errors were encountered: