Added a django/jQuery stub for previous versions of Django.

This commit is contained in:
Corey Oordt 2012-01-03 09:00:52 -05:00
parent 6f6241c264
commit 690111e1ba

View file

@ -5,6 +5,11 @@
* Copyright 2010, Ludo van den Boom
* Dual licensed under the MIT or GPL Version 2 licenses.
*/
if (typeof django == "undefined") {
var django = {
"jQuery": $.noConflict()
};
};
(function($) {
// Helps to make options available to all functions
// TODO: This gives problems when there are both expandable and non-expandable