diff options
-rw-r--r-- | js/lib/elgglib.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/lib/elgglib.js b/js/lib/elgglib.js index 78a863803..bed2db39d 100644 --- a/js/lib/elgglib.js +++ b/js/lib/elgglib.js @@ -30,6 +30,11 @@ elgg.abstractMethod = function() { };
/**
+ * Merges two or more objects together and returns the result.
+ */
+elgg.extend = jQuery.extend;
+
+/**
* Check if the value is an array.
*
* No sense in reinventing the wheel!
|