]> source.dussan.org Git - jquery.git/commit
Fix #13741. Make wrap/unwrap methods optional; close gh-1236.
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 8 Apr 2013 21:40:08 +0000 (23:40 +0200)
committerDave Methvin <dave.methvin@gmail.com>
Thu, 18 Apr 2013 03:06:33 +0000 (23:06 -0400)
commit0db70aa1fa084ccf1ef90d9b78382df95bdf9c85
tree6588d1e0f43d977fb7cf0eabda9260d1b9231586
parent12a101729086ec1f9b8b029cd66971c11959bc33
Fix #13741. Make wrap/unwrap methods optional; close gh-1236.

move size() test to unit/deprecated;
don't use size() in other tests;
make 2 unit tests actually fire;
code cleanup
Gruntfile.js
README.md
src/manipulation.js
src/wrap.js [new file with mode: 0644]
test/index.html
test/unit/core.js
test/unit/css.js
test/unit/deprecated.js
test/unit/manipulation.js
test/unit/traversing.js
test/unit/wrap.js [new file with mode: 0644]