git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
016bd18
)
Fix for #263.
author
Brandon Aaron
<brandon.aaron@gmail.com>
Tue, 10 Oct 2006 13:58:06 +0000
(13:58 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Tue, 10 Oct 2006 13:58:06 +0000
(13:58 +0000)
src/fx/fx.js
patch
|
blob
|
history
diff --git
a/src/fx/fx.js
b/src/fx/fx.js
index
fe1c1e2
..
b51129e
100644
(file)
--- a/
src/fx/fx.js
+++ b/
src/fx/fx.js
@@
-479,7
+479,7
@@
jQuery.extend({
};
// Simple 'show' function
- z.show = function( p ){
+ z.show = function(){
if ( !z.el.orig ) z.el.orig = {};
// Remember where we started, so that we can go back to it later
@@
-546,7
+546,7
@@
jQuery.extend({
// Reset the property, if the item has been hidden
if ( z.o.hide ) {
for ( var p in z.el.curAnim ) {
- if (p == "opacity" && jQuery.browser.msie)
+ if (p == "opacity")
jQuery.attr(y, p, z.el.orig[p]);
else
y[ p ] = z.el.orig[p] + "px";