diff --git a/object.js b/object.js index 867e9fb..e56a783 100755 --- a/object.js +++ b/object.js @@ -935,6 +935,8 @@ function(context, constructor, ...args){ // though the typeof(..) == 'function' will always work. // NOTE: this will fail with non-identifier names... // XXX is this a bug or a feature??? =) +// +// XXX need a way to set .name of a callable instance... var Constructor = module.Constructor = // shorthand...