From 3c8661573029dd9a3e0ebfab8a96775c48364215 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 15 Apr 2020 01:02:00 +0300 Subject: [PATCH] minor cleanup... Signed-off-by: Alex A. Naanou --- .github/workflows/npmpublish.yml | 0 object.js | 1 - 2 files changed, 1 deletion(-) mode change 100644 => 100755 .github/workflows/npmpublish.yml diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml old mode 100644 new mode 100755 diff --git a/object.js b/object.js index 7d537e7..2b0f417 100755 --- a/object.js +++ b/object.js @@ -242,7 +242,6 @@ function(root, ...objects){ // ...mainly for inheritance. // ...would also be helpful in this case to call all the // constructors in the chain -// XXX need a simple way to make a function constructor... var Constructor = module.Constructor = // shorthand...