Commit d11f998
committed
bug #46 Removing window.jQuery from autoProvidejQuery (weaverryan)
This PR was merged into the master branch.
Discussion
----------
Removing window.jQuery from autoProvidejQuery
Fixes #32
This is because - when this is enabled - it's impossible to expose jQuery as a global
variable on window (without use the expose loader). Specifically, window.jQuery = ...
is re-written in your JS code.
A docs PR also needs to be opened to document how to fix problems if a library depends on `window.jQuery` specifically (is there a good re-world example?)
Commits
-------
3703a5a Removing window.jQuery from autoProvidejQuery1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
248 | 247 | | |
249 | 248 | | |
250 | 249 | | |
| |||
0 commit comments