@@ -32,7 +32,7 @@ var impl = {
}
else
for(i = 0; i < result.length; ++i)
- result[i] = RTLMakeArray.apply(this, forward);
+ result[i] = this.makeArray.apply(this, forward);
return result;
},
makeSet: function(/*...*/){