PageRenderTime 65ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/django/contrib/admin/media/js/jquery.init.js

https://code.google.com/p/mango-py/
JavaScript | 4 lines | 3 code | 0 blank | 1 comment | 0 complexity | f169d91cf5ba06f92d97f2bcd5d74d11 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. // Puts the included jQuery into our own namespace
  2. var django = {
  3. "jQuery": jQuery.noConflict(true)
  4. };