gabceb / jquery-browser-plugin

A jQuery plugin for browser detection
Other
505 stars 324 forks source link

Mismatched anonymous define() modules ... #66

Open dbrammertz opened 9 years ago

dbrammertz commented 9 years ago

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:

le717 commented 8 years ago

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