Added additional documentation to prop_copy()
parent
60bf9deaf5
commit
4e38898c93
|
@ -56,6 +56,9 @@ var Class = function()
|
||||||
/**
|
/**
|
||||||
* Copies properties to the destination object
|
* Copies properties to the destination object
|
||||||
*
|
*
|
||||||
|
* If the method already exists, it will be overridden and accessible via either
|
||||||
|
* the parent prototype or by invoking this.__super().
|
||||||
|
*
|
||||||
* The destination object is directly modified.
|
* The destination object is directly modified.
|
||||||
*
|
*
|
||||||
* @param {Object} props properties to copy
|
* @param {Object} props properties to copy
|
||||||
|
|
Loading…
Reference in New Issue