@@ 8557-8557 (lines=1) @@ | ||
8554 | } |
|
8555 | } |
|
8556 | ||
8557 | function collectChange(state) { |
|
8558 | var ret = [], |
|
8559 | operation = state.lines[state.index][0]; |
|
8560 | while (state.index < state.lines.length) { |
@@ 273-273 (lines=1) @@ | ||
270 | } |
|
271 | } |
|
272 | ||
273 | function collectChange(state) { |
|
274 | var ret = [], |
|
275 | operation = state.lines[state.index][0]; |
|
276 | while (state.index < state.lines.length) { |