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/test2.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/test2.html')
-rw-r--r-- | test/data/test2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/test2.html b/test/data/test2.html index 1df6151a0..363c6de03 100644 --- a/test/data/test2.html +++ b/test/data/test2.html @@ -1,5 +1,5 @@ <script type="text/javascript"> -var testFoo = "foo"; +jQuery.testFoo = "foo"; jQuery('#foo').html('foo'); ok( true, "test2.html executed" ); </script> |