diff --git a/object.js b/object.js index bb23502..94074de 100755 --- a/object.js +++ b/object.js @@ -63,8 +63,9 @@ function(method, name, that){ return that.__proto__[name] } -// XXX get a list of prototypes that have an prop name... -// XXX need a way to stop... +// Get a list of prototypes that have a prop/attr defined ... +// +// XXX revise name... var defines = module.defines = function(that, name, callback){