1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 07:52:27 +01:00

Document return value of util.cloneObject.

This commit is contained in:
Doug Kearns
2008-12-23 01:30:52 +11:00
parent dba08286e8
commit 483b3f4b00

View File

@@ -121,6 +121,7 @@ const util = { //{{{
* Returns a shallow copy of <b>obj</b>.
*
* @param {Object} obj
* @returns {Object}
*/
cloneObject: function cloneObject(obj)
{