From 303bd19c17054a07383f7bc4df424d25cf89881d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 5 May 2020 23:28:20 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- object.js | 1 + 1 file changed, 1 insertion(+) diff --git a/object.js b/object.js index 0226f63..26fe230 100755 --- a/object.js +++ b/object.js @@ -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){