Normalizes anonymous function declarations.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 15 Jun 2015 15:08:33 +0000 (16:08 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 15 Jun 2015 15:08:33 +0000 (16:08 +0100)
commitf9cb571304c417d3179a3c8c45aa405fca13d6bd
tree4d6a281a7fd7d86276697fe35a608698f84053a2
parent3bec200f5bc0fd2bee744127dac1abe71b31e7ba
Normalizes anonymous function declarations.

the `function ()` with a space is more readable.
17 files changed:
bin/cleancss
lib/clean.js
lib/imports/inliner.js
lib/selectors/optimizers/simple.js
lib/text/free-text-processor.js
lib/utils/input-source-map-tracker.js
test/batch-test.js
test/binary-test.js
test/integration-test.js
test/media-queries-test.js
test/module-test.js
test/properties/shorthand-compacting-source-maps-test.js
test/protocol-imports-test.js
test/selectors/optimizers/simple-test.js
test/source-map-test.js
test/text/expressions-processor-test.js
test/utils/compatibility-test.js