merging Tim-Smart's branch

This commit is contained in:
Jeremy Ashkenas 2010-02-23 20:52:03 -05:00
parent 5cd8f2c52c
commit 52db4fbf8c
1 changed files with 1 additions and 1 deletions

View File

@ -1133,7 +1133,7 @@
if (range) {
index_var = scope.free_variable();
source_part = source.compile_variables(o);
for_part = index_var + '=0, ' + source.compile(merge(o, {
for_part = index_var + ' = 0, ' + source.compile(merge(o, {
index: ivar,
step: this.step
})) + ', ' + index_var + '++';