]> source.dussan.org Git - jquery.git/commit
Fix #10814. Fix #14084. Make support tests lazy and broken out to components. 1353/head
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 2 Sep 2013 17:21:09 +0000 (19:21 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Fri, 6 Sep 2013 01:40:49 +0000 (03:40 +0200)
commitbadcd1b6f301e6253405f17759c1270549a34e12
tree85c41bdda0cfcfa7a12b3a4d5bb5022e6a06684d
parent9035cab8c8574404c9eaeb795d0d87f4df772d45
Fix #10814. Fix #14084. Make support tests lazy and broken out to components.
38 files changed:
.jshintignore
README.md
src/ajax/xhr.js
src/attributes/attr.js
src/attributes/prop.js
src/attributes/support.js [new file with mode: 0644]
src/attributes/val.js
src/core.js
src/core/swap.js [deleted file]
src/css.js
src/css/hidden-visible-selectors.js [deleted file]
src/css/hiddenVisibleSelectors.js [new file with mode: 0644]
src/css/support.js [new file with mode: 0644]
src/css/swap.js [new file with mode: 0644]
src/data.js
src/data/support.js [new file with mode: 0644]
src/effects.js
src/effects/animated-selector.js [deleted file]
src/effects/animatedSelector.js [new file with mode: 0644]
src/effects/support.js [new file with mode: 0644]
src/event.js
src/event/support.js [new file with mode: 0644]
src/jquery.js
src/manipulation.js
src/manipulation/support.js [new file with mode: 0644]
src/support.js
src/traversing.js
src/var/support.js [new file with mode: 0644]
test/data/css/cssWidthBeforeDocReady.html [new file with mode: 0644]
test/data/support/bodyBackground.html
test/data/support/boxSizing.html
test/data/support/csp.js
test/data/support/csp.php
test/data/support/getComputedSupport.js [new file with mode: 0644]
test/data/support/shrinkWrapBlocks.html
test/unit/css.js
test/unit/effects.js
test/unit/support.js