Merge branch 'master' of github.com:flynx/object.js

This commit is contained in:
Alex A. Naanou 2020-05-06 02:37:19 +03:00
commit dfa96f5a8d

View File

@ -326,6 +326,7 @@ function(root, ...objects){
// being a function while the second is an object with a call
// method...
// Q: should the two cases produce the same result???
// ...don't think so...
var makeRawInstance =
module.makeRawInstance =
function(context, constructor, ...args){