Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
michael@0 | 1 | |
michael@0 | 2 | index = 0; |
michael@0 | 3 | test(); |
michael@0 | 4 | function test() { |
michael@0 | 5 | var [message,prettyPrinting]=[arguments,__lookupGetter__]; |
michael@0 | 6 | message<index; |
michael@0 | 7 | } |