1
0
Fork 0

Added additional documentation to prop_copy()

closure/master
Mike Gerwitz 2010-11-10 23:31:58 -05:00
parent 60bf9deaf5
commit 4e38898c93
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ var Class = function()
/**
* 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.
*
* @param {Object} props properties to copy