]> source.dussan.org Git - jquery.git/commit
CSS: Make show/hide/toggle methods a module
authorDave Methvin <dave.methvin@gmail.com>
Fri, 9 Oct 2015 19:52:29 +0000 (15:52 -0400)
committerRichard Gibson <richard.gibson@gmail.com>
Sun, 25 Oct 2015 18:54:55 +0000 (14:54 -0400)
commit3842246024475eafdc8a00a7ac4358d06d76cab2
treed0a199786425bf4c4d1d4f8c616a859d8725b397
parentbd11778168e5d96b513a03015864aa0fc9536acb
CSS: Make show/hide/toggle methods a module

Unit test changes some uses of .show() and .hide() to .css( "display", ... ),
there was already an implicit assumption in several of the existing tests.

Fixes gh-2193
Close gh-2648

(cherry picked from commit 67d7a2eefee768b59eb3d51cb1fb2c671873e58a)

Conflicts:
Gruntfile.js
src/css.js
src/css/showHide.js
test/unit/css.js
Gruntfile.js
README.md
src/css.js
src/css/showHide.js
test/unit/basic.js
test/unit/css.js
test/unit/dimensions.js
test/unit/queue.js