summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-01-06 13:16:09 +0000
committerDries Buytaert <dries@buytaert.net>2009-01-06 13:16:09 +0000
commit8caab6f74e4aeeb9bbbe592a734e0c6d60fb5dc3 (patch)
tree31b59844af1f129f8080bf3b9daac932b311cfb0 /misc
parentea39388e488ad77c5f23274dc8d36edcbdd41abb (diff)
downloadbrdo-8caab6f74e4aeeb9bbbe592a734e0c6d60fb5dc3.tar.gz
brdo-8caab6f74e4aeeb9bbbe592a734e0c6d60fb5dc3.tar.bz2
- Patch #302251 by katbailey: remove the themes property from the Drupal object in drupal.js.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.js b/misc/drupal.js
index bc76189cf..9d5941f36 100644
--- a/misc/drupal.js
+++ b/misc/drupal.js
@@ -1,6 +1,6 @@
// $Id$
-var Drupal = Drupal || { 'settings': {}, 'behaviors': {}, 'themes': {}, 'locale': {} };
+var Drupal = Drupal || { 'settings': {}, 'behaviors': {}, 'locale': {} };
/**
* Set the variable that indicates if JavaScript behaviors should be applied.