Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-05 23:28:20 +03:00
parent e86758330b
commit 303bd19c17

View File

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