From f502d118d1c6226ffcc8e3498d8d12fb05b2d7c5 Mon Sep 17 00:00:00 2001 From: jeresig Date: Tue, 23 Mar 2010 15:21:42 -0400 Subject: [PATCH] Update the TestSwarm URL to point to the new jQuery swarm location. --- test/data/testrunner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/testrunner.js b/test/data/testrunner.js index a459340..a0eb362 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -7,5 +7,5 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's. if ( !url || url.indexOf("http") !== 0 ) { return; } - document.write(""); + document.write(""); })(); -- 1.7.10.4