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:
@@ -121,6 +121,7 @@ const util = { //{{{
|
||||
* Returns a shallow copy of <b>obj</b>.
|
||||
*
|
||||
* @param {Object} obj
|
||||
* @returns {Object}
|
||||
*/
|
||||
cloneObject: function cloneObject(obj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user