1
0
Fork 0

Added property object comment to VisibilityObjectFactory (#25)

closure/master
Mike Gerwitz 2011-08-13 22:40:06 -04:00
parent 567c9f59a0
commit b4b09930bd
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ module.exports = exports = function VisibilityObjectFactory()
* object will include the destination object in the prototype, so that the
* 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} properties properties to copy
* @param {Object=} methods methods to copy