Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jrburke/require-jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Apr 22, 2013
2 parents 8898814 + 77f8193 commit d842890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ RequireJS files as they are released.


With RequireJS, scripts can load in a different order than the order they are specified. With RequireJS, scripts can load in a different order than the order they are specified.
This can cause problems for jQuery plugins that assume jQuery is already loaded. This can cause problems for jQuery plugins that assume jQuery is already loaded.
Using the combined RequireJS + jQUery file makes sure jQuery is in the page before Using the combined RequireJS + jQuery file makes sure jQuery is in the page before
any jQuery plugins load. any jQuery plugins load.


However, the ideal use of jQuery with RequireJS is to load it as a module, since However, the ideal use of jQuery with RequireJS is to load it as a module, since
Expand Down

0 comments on commit d842890

Please sign in to comment.