Project

General

Profile

Statistics
| Branch: | Revision:

root / env / lib / python2.7 / site-packages / django / contrib / admin / static / admin / js / jquery.init.js @ 1a305335

History | View | Annotate | Download (314 Bytes)

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