summaryrefslogtreecommitdiff
path: root/misc/drupal.js
diff options
context:
space:
mode:
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);