From 4e6c2809191ef67f7b8bfe7d90dd991737aed34f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 3 Jul 2022 23:03:24 +0300 Subject: [PATCH] typo fix... Signed-off-by: Alex A. Naanou --- object.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object.js b/object.js index 2d48e7e..3a5e15e 100755 --- a/object.js +++ b/object.js @@ -499,7 +499,7 @@ function(func){ // should we support multple names??? // XXX replace the current version with these..c // ...this will lead to breaking API.. -ear _sources = +var _sources = module._sources = function*(obj, name=undefined){ while(obj != null){