diff options
author | Ariel Flesler <aflesler@gmail.com> | 2009-01-09 23:49:18 +0000 |
---|---|---|
committer | Ariel Flesler <aflesler@gmail.com> | 2009-01-09 23:49:18 +0000 |
commit | d62875fb0181c44f8b34a8e842ae323801637b25 (patch) | |
tree | be2496251094f01c6103cc9bf21af95808cd2383 /test/data/test.html | |
parent | ec7baf230d3c246dadf00c94115e6668425b9354 (diff) | |
download | jquery-d62875fb0181c44f8b34a8e842ae323801637b25.tar.gz jquery-d62875fb0181c44f8b34a8e842ae323801637b25.zip |
testrunner: Removing every global variable leaked within (and outside) tests. Some were deleted and some saved within the jQuery namespace.
Diffstat (limited to 'test/data/test.html')
-rw-r--r-- | test/data/test.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/test.html b/test/data/test.html index eec028e90..b7c74c888 100644 --- a/test/data/test.html +++ b/test/data/test.html @@ -1,6 +1,6 @@ html text<br/> <script type="text/javascript">/* <![CDATA[ */ -testFoo = "foo"; jQuery('#foo').html('foo'); +jQuery.testFoo = "foo"; jQuery('#foo').html('foo'); ok( true, "test.html executed" ); /* ]]> */</script> <script src="data/test.js"></script> |