aboutsummaryrefslogtreecommitdiffstats
path: root/test/hovertest.html
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2011-09-07 22:49:32 -0400
committertimmywil <timmywillisn@gmail.com>2011-09-19 15:42:31 -0400
commit0ec71ac707fc3edce6ee67a54da6c779164812f4 (patch)
tree3bf8a36c376b2a0af73f986cf186350b0a50700b /test/hovertest.html
parent8ba5010ac2cf7f78fd46aacffda2257ddbe953f1 (diff)
downloadjquery-0ec71ac707fc3edce6ee67a54da6c779164812f4.tar.gz
jquery-0ec71ac707fc3edce6ee67a54da6c779164812f4.zip
Fix the special event handler for mouseover/out events.
And use the /dist version of jquery.js, willya?
Diffstat (limited to 'test/hovertest.html')
-rw-r--r--test/hovertest.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hovertest.html b/test/hovertest.html
index 2c7267408..4c101ec00 100644
--- a/test/hovertest.html
+++ b/test/hovertest.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>Hover tests</title>
-<script src="http://code.jquery.com/jquery-1.6.2.js" type='text/javascript'></script>
+<script src="../dist/jquery.js" type='text/javascript'></script>
<style>
/* Remove body dimensions so we can test enter/leave to surrounding browser chrome */
body, html {