diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-04 12:48:18 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-04 12:48:18 -0400 |
commit | 7c23b77af2477417205fda9bde5208a81e57e40e (patch) | |
tree | d325a34f92a4792fc5ee6aee8266b86bd0e25a98 /test/hovertest.html | |
parent | 9a3046c3752b80da7526dce34968b8422f3d92f8 (diff) | |
download | jquery-7c23b77af2477417205fda9bde5208a81e57e40e.tar.gz jquery-7c23b77af2477417205fda9bde5208a81e57e40e.zip |
Strips IIFEs from modules; Always require built jQuery for tests.
Diffstat (limited to 'test/hovertest.html')
-rw-r--r-- | test/hovertest.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hovertest.html b/test/hovertest.html index a0efd9f4f..5d5355d4c 100644 --- a/test/hovertest.html +++ b/test/hovertest.html @@ -1,7 +1,7 @@ <html> <head> <title>Hover tests</title> -<script src="data/include_js.php"></script> +<script src="/dist/jquery.js"></script> <style> /* Remove body dimensions so we can test enter/leave to surrounding browser chrome */ body, html { @@ -108,7 +108,7 @@ $(function(){ }; // Tests can be activated separately or in combination to check for interference - + $("#hoverbox button").click(function(){ $("#hoverbox") .data({ ins: 0, outs: 0 }) |