]> source.dussan.org Git - jquery.git/commit
Improve CSS and `Support:` comments. Close gh-1220.
authorMichał Gołębiowski <m.goleb@gmail.com>
Thu, 4 Apr 2013 20:04:39 +0000 (22:04 +0200)
committerDave Methvin <dave.methvin@gmail.com>
Sat, 6 Apr 2013 21:09:52 +0000 (17:09 -0400)
commitdca7681284731053124e6437c5bec58e030cc91d
tree6646d538c7866f9336f2ac11a6e181b616a5632f
parent1b610266502490eab42a0b9ddfac2f93da0b0fe1
Improve CSS and `Support:` comments. Close gh-1220.

1) corrected box-sizing rules order - the unprefixed value should always be the last one
2) removed last semi-colons in CSS rules
3) updated support comments

code review changes + more consistent comment spacing
src/core.js
src/css.js
src/event.js
src/manipulation.js
src/support.js
test/unit/ajax.js
test/unit/css.js
test/unit/dimensions.js
test/unit/offset.js