-
Notifications
You must be signed in to change notification settings - Fork 64
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
Uncaught TypeError #15
Comments
Urr... I might just go with raphael and g.raphael then |
Thank you for reporting. I'm not exactly sure what is causing your problem. Can you post a link to an example? Sorry for the delay. |
I can't provide a link but I can tell you how my setup differs from your example files. 1 - jQuery was included with jQuery.noConflict(); (because Magento uses Prototype.js)
Hope this helps, let me know if this gets resolved, Regards, |
Thank you for this, I'll test this out today. |
Were you able to reproduce/fix this problem? |
I thought I'd try integrating pizza with a Magento extension I'm currently developing, however I can't even include pizza.js without this error occurring:
Line: 247 $.extend(Pizza, {
Message from Chrome:
When I try using pizza.js version 0.1.1 from http://geoffgraham.me/wp-content/themes/GeoffGrahamFour/lib/javascripts/pizza.js everything works fine, but I'd prefer to use the latest version.
The text was updated successfully, but these errors were encountered: