fix show issue in IE 6. "olddisplay" is sometimes undefined and IE 6 does not like...
authorBrandon Aaron <brandon.aaron@gmail.com>
Mon, 16 Feb 2009 21:20:51 +0000 (21:20 +0000)
committerBrandon Aaron <brandon.aaron@gmail.com>
Mon, 16 Feb 2009 21:20:51 +0000 (21:20 +0000)
commit72cf42bcbd4f7dc351d313c65d8bce113981d159
treef56a8f8e938a52a242374a437937b431a5774b5d
parentf93df73a76b60ce3459113582125adbafcb9614f
fix show issue in IE 6. "olddisplay" is sometimes undefined and IE 6 does not like setting style.display to undefined. also second for loop was mistakenly nested within the first for loop.
src/fx.js