vvo / lazyload

:bullettrain_front: Lazyload images, iframes, widgets with a standalone JavaScript lazyloader
https://vvo.github.io/lazyload/
MIT License
938 stars 158 forks source link

Remove redundant variable #51

Closed zlatanvasovic closed 10 years ago

zlatanvasovic commented 10 years ago

Removes redundant max variable declaration.

vvo commented 10 years ago

max is used as a caching property for the .length property

vvo commented 10 years ago

@ZDroid I won't take any change that is only dealing with syntax/style without bringing some features/bug fixing.

zlatanvasovic commented 10 years ago

I know, but you can't always now what is someone's coding style, so you have to try. :)