summaryrefslogtreecommitdiff
path: root/misc/drupal.js
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-03-09 20:52:28 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-03-09 20:52:28 +0000
commit290fe38c571c278fd9e43401870f7f81b83f2a8a (patch)
tree0315fb6fe3e2d70bb989eb37cbc872b129005724 /misc/drupal.js
parent2787acc050ac046337aac300915a5e664d90f918 (diff)
downloadbrdo-290fe38c571c278fd9e43401870f7f81b83f2a8a.tar.gz
brdo-290fe38c571c278fd9e43401870f7f81b83f2a8a.tar.bz2
#653580 by mfer, Rob Loach, cosmicdreams, et al: Upgrade to jQuery 1.4.2.
Diffstat (limited to 'misc/drupal.js')
-rw-r--r--misc/drupal.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/drupal.js b/misc/drupal.js
index c9d219898..5b456a65d 100644
--- a/misc/drupal.js
+++ b/misc/drupal.js
@@ -366,15 +366,4 @@ Drupal.theme.prototype = {
}
};
-/**
- * Return whether the given variable is an object.
- *
- * The HEAD version of jQuery (http://code.jquery.com/jquery-nightly.js)
- * includes an isObject() function, so when that gets released and incorporated
- * into Drupal, this can be removed.
- */
-$.extend({isObject: function(value) {
- return (value !== null && typeof value === 'object');
-}});
-
})(jQuery);