Added stripping quotations from attributes.
authorGoalSmashers <jakub@goalsmashers.com>
Sat, 15 Dec 2012 22:36:10 +0000 (22:36 +0000)
committerGoalSmashers <jakub@goalsmashers.com>
Sat, 15 Dec 2012 22:36:10 +0000 (22:36 +0000)
commit4d7fd3bc95ce24a37480cee380127dad49cea1c0
tree217402bb119b7ed6150efb6a952a2a076bc02c05
parente435dd6dd89518c73a1b35941388c9fd7c8b4cff
Added stripping quotations from attributes.

* E.g a[data-target='object'] becomes a[data-target=object].
lib/clean.js
test/data/big-min.css
test/unit-test.js