From 9c9622e999af5534437f932cdbaa39551383f9eb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 3 Jan 2021 03:07:38 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- object.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/object.js b/object.js index 6cb4d53..d3edc2d 100755 --- a/object.js +++ b/object.js @@ -517,6 +517,9 @@ function(obj, name, callback, props){ // // XXX BUG: the two flows with parent(proto.__call__, ..) and // parent(proto, '__call__', ..) yeild different results... +// ...this appears to affect only the .__call__(..) method... +// the problem seems to be that we are getting the first non-match +// when we want the first match after current... var parent = module.parent = function(proto, name){