Added property object comment to VisibilityObjectFactory (#25)
parent
567c9f59a0
commit
b4b09930bd
|
@ -53,6 +53,10 @@ module.exports = exports = function VisibilityObjectFactory()
|
||||||
* object will include the destination object in the prototype, so that the
|
* object will include the destination object in the prototype, so that the
|
||||||
* access should be transparent. This object is returned.
|
* access should be transparent. This object is returned.
|
||||||
*
|
*
|
||||||
|
* Properties are expected in the following format. Note that keywords are
|
||||||
|
* ignored:
|
||||||
|
* { public: { prop: [ value, { keyword: true } ] } }
|
||||||
|
*
|
||||||
* @param {Object} dest destination object
|
* @param {Object} dest destination object
|
||||||
* @param {Object} properties properties to copy
|
* @param {Object} properties properties to copy
|
||||||
* @param {Object=} methods methods to copy
|
* @param {Object=} methods methods to copy
|
||||||
|
|
Loading…
Reference in New Issue