Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
1 var x = [1, 2, 3, 4, 5, 6, 7, 8];
2 x.pop();
3 x.push(9);