We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yepnope({ load: ['js/jquery.js', 'js/app.js'], callback: { 'jquery': function() { console.log('loaded') } } });
When I try this script, it display the error above. What's wrong with my code?
The text was updated successfully, but these errors were encountered:
I got the same wrong.
if (isObject(url)) { // It was just kidding about being the url options = url; // Can't ever have both, so this is fine url = options.src || options.href; }
on line 256 in yepnode.2.0.0.js
Sorry, something went wrong.
Ok, thanks for your reply
This is still an issue, any updates?
If anyone is still watching, this is still a problem
Try this: master...atakanau:patch-1#diff-634c4c46979e03886c66c0e5c632a848
No branches or pull requests
When I try this script, it display the error above. What's wrong with my code?
The text was updated successfully, but these errors were encountered: