Skip to content
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

Yepnope Error: Uncaught TypeError: Cannot read property 'split' of undefined (line 216) #224

Open
radonirinamaminiaina opened this issue Dec 12, 2014 · 5 comments

Comments

@radonirinamaminiaina
Copy link

    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?

@lext-7
Copy link

lext-7 commented Mar 3, 2015

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

@radonirinamaminiaina
Copy link
Author

Ok, thanks for your reply

@tr33m4n
Copy link

tr33m4n commented Sep 28, 2015

This is still an issue, any updates?

@tortillaj
Copy link

If anyone is still watching, this is still a problem

@atakanau
Copy link

atakanau commented Jun 18, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants