Fix regression after e4c530240650535d1cb46569dfb013193471af05
authorMihai Bazon <mihai@bazon.net>
Wed, 30 Oct 2013 08:45:58 +0000 (10:45 +0200)
committerMihai Bazon <mihai@bazon.net>
Wed, 30 Oct 2013 08:45:58 +0000 (10:45 +0200)
commitb70670b69fbc3badd6186d6a6671754976bd36cb
treece718f65540d1899fa249b682af8de0a821fba61
parent9dd97605bc724c78b7f73177ae8ceaee92cc01d2
Fix regression after e4c530240650535d1cb46569dfb013193471af05

`x * (y * z)` ==> `x * y * z` -- the better place to do this is in the
compressor rather than codegen.
lib/compress.js