From 1cc4e127f2cae252fb6975a7ce5d3bbe1274a505 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 26 Jun 2022 11:25:56 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Array.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Array.js b/Array.js index 63e29fb..eb06803 100644 --- a/Array.js +++ b/Array.js @@ -490,6 +490,8 @@ object.Mixin('ArrayProtoMixin', 'soft', { // // XXX should this take an argument and be like map?? // XXX this should handle throwing STOP!!! + // ...might also ne a good idea to isolate the STOP mechanics + // into a spearate module/package... iter: function*(handler=undefined){ if(handler){ var i = 0