Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
michael@0 | 1 | var a; |
michael@0 | 2 | try { |
michael@0 | 3 | a(); |
michael@0 | 4 | } catch(e) { |
michael@0 | 5 | assertEq(e instanceof TypeError, true); |
michael@0 | 6 | } |