From 9d67033cc66ef6718b12b4b6743af09d1390de5c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 23 Apr 2020 17:58:18 +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 ebafab2..71e8cde 100755 --- a/object.js +++ b/object.js @@ -281,6 +281,7 @@ function Constructor(name, a, b){ _constructor.prototype) // prototype defines .__call__(..)... // NOTE: we need to isolate the .__call__ from instances... + // XXX should this be instanceof Function??? : _constructor.prototype.__call__ instanceof Function ? _mirror( function(){