mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 04:33:34 +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>.
|
* Returns a shallow copy of <b>obj</b>.
|
||||||
*
|
*
|
||||||
* @param {Object} obj
|
* @param {Object} obj
|
||||||
|
* @returns {Object}
|
||||||
*/
|
*/
|
||||||
cloneObject: function cloneObject(obj)
|
cloneObject: function cloneObject(obj)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user