FossilRepo
| afe42d0… | ragelink | 1 | /*global jQuery:false*/ |
| afe42d0… | ragelink | 2 | 'use strict'; |
| afe42d0… | ragelink | 3 | /* Puts the included jQuery into our own namespace using noConflict and passing |
| afe42d0… | ragelink | 4 | * it 'true'. This ensures that the included jQuery doesn't pollute the global |
| afe42d0… | ragelink | 5 | * namespace (i.e. this preserves pre-existing values for both window.$ and |
| afe42d0… | ragelink | 6 | * window.jQuery). |
| afe42d0… | ragelink | 7 | */ |
| afe42d0… | ragelink | 8 | window.django = {jQuery: jQuery.noConflict(true)}; |