From 8caab6f74e4aeeb9bbbe592a734e0c6d60fb5dc3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 6 Jan 2009 13:16:09 +0000 Subject: - Patch #302251 by katbailey: remove the themes property from the Drupal object in drupal.js. --- misc/drupal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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. -- cgit v1.2.3