-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with bLazy 1.4 an jQuery #60
Comments
hey @dcac . I can't reproduce the error. Works fine with jquery 1.11.1 here. Do you have a live example or can you post your code? |
Others who can reproduce? |
same here (jquery-2.1.3.min.js) var bLazy = new Blazy(); after this: scope.options = options || {};
fix: |
Fixed in version 1.4.1. Thanks for reporting |
Hey @tsamu. Thanks. The issue is that options is undefined. I should use scope.options instead:
|
Hi,
When I try to implement bLazy 1.4, I get the following error:
bLazy 1.3.1 still works fine, so I'm wondering if there is some way to tweak teh script to resolve this error.
Thanks for any help!
The text was updated successfully, but these errors were encountered: