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
Plugin JQuery for Atmosphere is not compatible with RequireJS (AMD Loader for Javascript).
This error is thrown : Uncaught TypeError: Property '$' of object [object Window] is not a function
Uncaught TypeError: Property '$' of object [object Window] is not a function
Problematic line is 470.
The simplest way to fix this is to use 'jQuery' instead of shortcut '$' everywhere. I can do more tests to confirm.
The text was updated successfully, but these errors were encountered:
Fix for #378 Plugin JQuery not compatible with RequireJS
1327686
OK fixed in 1.0.0-SNAPHOT. Can you try it and confirm? Thanks!
Sorry, something went wrong.
OK, it seems to be fixed!
Port fix for #382 #296 #378
50ef9c3
f59d71b
No branches or pull requests
Plugin JQuery for Atmosphere is not compatible with RequireJS (AMD Loader for Javascript).
This error is thrown :
Uncaught TypeError: Property '$' of object [object Window] is not a function
Problematic line is 470.
The simplest way to fix this is to use 'jQuery' instead of shortcut '$' everywhere.
I can do more tests to confirm.
The text was updated successfully, but these errors were encountered: