Codeinwp / Nivo-Lightbox-jQuery

A simple, flexible, responsive, retina-ready jQuery lightbox plugin.
http://dev7studios.com/nivo-lightbox
MIT License
157 stars 87 forks source link

nivo-lightbox.min.js misses a semicolon #48

Open fritzmg opened 9 years ago

fritzmg commented 9 years ago

nivo-lightbox.js misses a ; at the end. This causes problems if nivo-lightbox.js is automatically combined with other JavaScript files and some other function definitions come after it. Error message could be TypeError: (intermediate value)(...) is not a function for example.