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:
2bda99c
)
Removing leftover debug code.
author
jeresig
<jeresig@gmail.com>
Tue, 14 Sep 2010 13:52:13 +0000
(09:52 -0400)
committer
jeresig
<jeresig@gmail.com>
Tue, 14 Sep 2010 13:52:13 +0000
(09:52 -0400)
test/unit/effects.js
patch
|
blob
|
history
diff --git
a/test/unit/effects.js
b/test/unit/effects.js
index
cb07f6a
..
bfd6ff4
100644
(file)
--- a/
test/unit/effects.js
+++ b/
test/unit/effects.js
@@
-514,7
+514,7
@@
jQuery.each( {
if ( t_h == "show" ) {
var old_h = jQuery.css(this, "height", undefined, true);
jQuery(this).append("<br/>Some more text<br/>and some more...");
- notEqual(jQuery.css(this, "height", undefined, true), old_h, "Make sure height is auto. " + n);
+ notEqual(jQuery.css(this, "height", undefined, true), old_h, "Make sure height is auto.");
}
start();