jyoungblood / smoke.js

framework-agnostic styled alert system for javascript
http://smoke.js.org/
930 stars 107 forks source link

minified version is missing semicolon at the end #59

Open QualifiedSuccess opened 8 years ago

QualifiedSuccess commented 8 years ago

Hi,

the minified version is missing a semicolon at the end.

You fixed that once by a0cce74f3da89a65139f19de795e3d3c1d8640e1 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