vdw / Tabslet

Yet another jQuery plugin for tabs, lightweight, easy to use, mobile-friendly and with some extra features.
http://vdw.github.io/Tabslet/
Apache License 2.0
564 stars 110 forks source link

Minified js misses semicolon at the end #15

Closed harm-less closed 9 years ago

harm-less commented 9 years ago

Hello,

It seems the minified version is missing a semicolon at the end of the file. Because when I concatenate JS files (including the minified Tabslet file) it gives me this error: http://stackoverflow.com/questions/23370269/jquery-autosize-plugin-error-intermediate-value-is-not-a-function

I manually added a semicolon at the end and that seems to have done the trick. It is possible in a next version the semicolon is added at the end?

Harm

vdw commented 9 years ago

I changed the options of the compression tool. Seems to be ok now: v1.4.4

Thanks