extend-jquery.js
1.11 KB
-
Previous fix did not work when jQuery was inlined into app.js because RequireJS… · a0bd73f2
Previous fix did not work when jQuery was inlined into app.js because RequireJS was under the impression that it had already init-ed jQuery and didn't call the init function. This new strategy just allows jQuery to be jQuery and has app.js include the extensions (components/extend-jquery.js) before the app boots.
Spencer Alger committed