Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
michael@0 | 1 | function callbackfn(v) { |
michael@0 | 2 | gczeal(4); |
michael@0 | 3 | return arr[0] + (Uint8ClampedArray); |
michael@0 | 4 | } |
michael@0 | 5 | arr = [1,2,3,4,5]; |
michael@0 | 6 | arr = arr.map(callbackfn); |