Fixes #537 - regression in simple optimizer.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 20 Apr 2015 21:24:01 +0000 (22:24 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 21 Apr 2015 06:38:02 +0000 (07:38 +0100)
commit27aa85e091be40941cc58814af078329fde9ab82
treec50d4c8bd49f86436451ced789e1662b4b414cb6
parentc587b18dfffc40531c072444b8a05e79e2da85f5
Fixes #537 - regression in simple optimizer.

Value minifiers do not work on many values at ones, so we need to
check the position when doing minification for properties that allow
more than one.
History.md
lib/selectors/optimizers/simple.js
test/selectors/optimizers/simple-test.js