update target of evalScripts test
This commit is contained in:
parent
41f62e1364
commit
407ba8308c
2
src/jquery/coreTest.js
vendored
2
src/jquery/coreTest.js
vendored
|
@ -434,7 +434,7 @@ test("evalScripts() with no script elements", function() {
|
|||
url: 'data/text.php?' + new Date().getTime(),
|
||||
success: function(data, status) {
|
||||
ok ( true, 'before evalScripts()');
|
||||
jQuery('#output').html(data).evalScripts();
|
||||
jQuery('#foo').html(data).evalScripts();
|
||||
ok ( true, 'after evalScripts()');
|
||||
start();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue