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:
a7aa86d
)
e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed a previously undicovered...
author
jeresig
<jeresig@gmail.com>
Thu, 23 Sep 2010 03:28:57 +0000
(23:28 -0400)
committer
jeresig
<jeresig@gmail.com>
Thu, 23 Sep 2010 03:28:57 +0000
(23:28 -0400)
test/unit/effects.js
patch
|
blob
|
history
diff --git
a/test/unit/effects.js
b/test/unit/effects.js
index
f82c4b1
..
cc6d365
100644
(file)
--- a/
test/unit/effects.js
+++ b/
test/unit/effects.js
@@
-392,7
+392,7
@@
jQuery.each( {
return prop == "opacity" ? 1 : "";
},
"JS Auto": function(elem,prop){
- jQuery(elem).css(prop,"auto")
+ jQuery(elem).css(prop,"")
.text("This is a long string of text.");
return prop == "opacity" ? 1 : "";
},