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:
41f62e1
)
update target of evalScripts test
author
Mike Alsup
<malsup@gmail.com>
Mon, 1 Jan 2007 17:29:31 +0000
(17:29 +0000)
committer
Mike Alsup
<malsup@gmail.com>
Mon, 1 Jan 2007 17:29:31 +0000
(17:29 +0000)
src/jquery/coreTest.js
patch
|
blob
|
history
diff --git
a/src/jquery/coreTest.js
b/src/jquery/coreTest.js
index
d7fa5c7
..
dcb00ab
100644
(file)
--- a/
src/jquery/coreTest.js
+++ b/
src/jquery/coreTest.js
@@
-434,7
+434,7
@@
test("evalScripts() with no script elements", function() {
url: 'data/text.php?' + new Date().getTime(),
\r
success: function(data, status) {
\r
ok ( true, 'before evalScripts()');
\r
- jQuery('#output').html(data).evalScripts();
\r
+ jQuery('#foo').html(data).evalScripts();
\r
ok ( true, 'after evalScripts()');
\r
start();
\r
}
\r