Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-27 16:44:56 +03:00
parent fd19554f1f
commit 6d22ea3689

View File

@ -182,8 +182,10 @@ module.STOP =
// not very reusable.... // not very reusable....
// NOTE: this will not trigger any props... // NOTE: this will not trigger any props...
// //
// XXX document the '__call__' cpecial case... // XXX document the '__call__' special case...
// XXX in the call case need to skip the wrapper function... (???) // - '__call__' gets either the callable prototype or .__call__(..)
// - priority...
// -
var sources = var sources =
module.sources = module.sources =
function(obj, name, callback){ function(obj, name, callback){