From 483b3f4b008c5950b064a04279563af288e93409 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 23 Dec 2008 01:30:52 +1100 Subject: [PATCH] Document return value of util.cloneObject. --- common/content/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/util.js b/common/content/util.js index b6cf22f4..ac63871e 100644 --- a/common/content/util.js +++ b/common/content/util.js @@ -121,6 +121,7 @@ const util = { //{{{ * Returns a shallow copy of obj. * * @param {Object} obj + * @returns {Object} */ cloneObject: function cloneObject(obj) {