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:
1cdd9f8
)
Whitespace correction
author
rwldrn
<waldron.rick@gmail.com>
Thu, 9 Dec 2010 17:50:01 +0000
(12:50 -0500)
committer
rwldrn
<waldron.rick@gmail.com>
Thu, 9 Dec 2010 17:50:01 +0000
(12:50 -0500)
src/effects.js
patch
|
blob
|
history
diff --git
a/src/effects.js
b/src/effects.js
index
482c44d
..
98f969f
100644
(file)
--- a/
src/effects.js
+++ b/
src/effects.js
@@
-63,7
+63,7
@@
jQuery.fn.extend({
var display = jQuery.css( this[i], "display" );
if ( display !== "none" && !jQuery.data( this[i], "olddisplay" ) ) {
- jQuery.data( this[i], "olddisplay", display );
+ jQuery.data( this[i], "olddisplay", display );
}
}