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