jeromeetienne / better.js

a better javascript in javascript
http://betterjs.org
MIT License
156 stars 22 forks source link

missing semicolon issue #97

Closed icylace closed 10 years ago

icylace commented 10 years ago

The lack of a semicolon at the end of build/better.js causes an error when I try to concat it with the other unminified vendor libraries I use during development.

For the time being I'm using build/better.min.js as a workaround.

jeromeetienne commented 10 years ago

thanks for reporting! it is supposed to be fixed now :)

icylace commented 10 years ago

Thanks !