From 407ba8308cc540d5b351041c7ead317920b70347 Mon Sep 17 00:00:00 2001 From: Mike Alsup Date: Mon, 1 Jan 2007 17:29:31 +0000 Subject: [PATCH] update target of evalScripts test --- src/jquery/coreTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index d7fa5c7..dcb00ab 100644 --- 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(), success: function(data, status) { ok ( true, 'before evalScripts()'); - jQuery('#output').html(data).evalScripts(); + jQuery('#foo').html(data).evalScripts(); ok ( true, 'after evalScripts()'); start(); } -- 1.7.10.4