For .show() with no arguments, only set display of elements in the second loop if...
authorKarl Swedberg <kswedberg@gmail.com>
Tue, 26 Oct 2010 21:37:44 +0000 (14:37 -0700)
committerJohn Resig <jeresig@gmail.com>
Tue, 26 Oct 2010 21:37:44 +0000 (14:37 -0700)
commit6ab402dced3339d24ad007ecf3a6c3f5af3e7610
tree785dab95e0f7caf5c4c9f269b328e02c55c228e0
parent7066bb384bb4b6e91dac787642f616a4dbc475e5
For .show() with no arguments, only set display of elements in the second loop if they don't have style.display already set or if style.display isn't none. Fixes #7315.
src/effects.js
test/unit/effects.js