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

Mismatched anonymous define() modules ... #66

Open
dbrammertz opened this issue Oct 22, 2015 · 1 comment
Open

Mismatched anonymous define() modules ... #66

dbrammertz opened this issue Oct 22, 2015 · 1 comment

Comments

@dbrammertz
Copy link

The anonymous module registration is not allowed in require.js and causes the error message
"Mismatched anonymous define() modules ..."

Can easily be solved by naming the module:

  •    define(['jquery'], function ($) {
    
  •    define('jquery-browser',['jquery'], function ($) {
    
@le717
Copy link
Contributor

le717 commented Oct 26, 2015

Would you like to submit a pull request to make this change?

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

2 participants