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){