diff --git a/object.js b/object.js index 99db732..e770ba9 100755 --- a/object.js +++ b/object.js @@ -267,8 +267,6 @@ function(base, obj, non_strict){ // like Object.create(..) but also handles callable objects correctly... -// -// XXX add ability to name the resulting function... var create = module.create = function(obj){