diff --git a/Array.js b/Array.js index 01698c4..f485b93 100644 --- a/Array.js +++ b/Array.js @@ -459,8 +459,7 @@ object.Mixin('ArrayProtoMixin', 'soft', { // // XXX should this take an argument and be like map?? iter: function*(){ - for(var e of this){ - yield e } }, + yield* this }, // Stoppable iteration...