From 6d22ea3689b957a50df1324a7db06880436560e7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 27 May 2020 16:44:56 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- object.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/object.js b/object.js index 9d6e0ef..baada08 100755 --- a/object.js +++ b/object.js @@ -182,8 +182,10 @@ module.STOP = // not very reusable.... // NOTE: this will not trigger any props... // -// XXX document the '__call__' cpecial case... -// XXX in the call case need to skip the wrapper function... (???) +// XXX document the '__call__' special case... +// - '__call__' gets either the callable prototype or .__call__(..) +// - priority... +// - var sources = module.sources = function(obj, name, callback){