felixhagspiel / jsOnlyLightbox

Responsive Lightbox in plain JS. No need for jQuery.
MIT License
157 stars 51 forks source link

jshint #13

Closed christophemacabiau closed 8 years ago

christophemacabiau commented 9 years ago

Hi Felix,

I use automated build tools which launch jshint on the code. The build breaks on your library, because jshint find a lots of missing semicolon (most of the problems). Some resources also seem to be unused (captionTemplate, loadingImgSrc, wrapperWidth and wrapperHeight).

Your library is great ! Thanks !

Christophe

felixhagspiel commented 8 years ago

hey sorry, just saw your pull request, was pretty busy lately. will look into it!