jerryluk / jquery-lazyload

Delays loading of images until the images are visible
13 stars 1 forks source link

options is undefined #1

Closed phlppn closed 13 years ago

phlppn commented 13 years ago

if you do not set options you get a "options is undefined"-error after scrolling. This is because Line 123 uses "options" attribute instead of "settings". So changing "options" to "settings" in this line will fix the problem.

jerryluk commented 13 years ago

Thanks @alex1399, it has been fixed.