diff --git a/object.js b/object.js index be5f5cc..6a6ef93 100755 --- a/object.js +++ b/object.js @@ -300,6 +300,8 @@ function(context, constructor, ...args){ enumerable: false, }) + // there is explicitly no initialization here... + return obj }