From 40b40a69a59b65a21ad151cff8fecc6f6fcac3f7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 14 Apr 2020 02:08:46 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- object.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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){