Skip to content

Commit

Permalink
test runner: Adding type="text/javascript" to a script tag (trivial).
Browse files Browse the repository at this point in the history
  • Loading branch information
flesler committed May 28, 2008
1 parent 11761de commit 6bf51ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/index.html
Expand Up @@ -4,7 +4,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery Test Suite</title>
<link rel="Stylesheet" media="screen" href="data/testsuite.css" />
<script>var jQuery = "jQuery", $ = "$"; // For testing .noConflict()</script>
<!-- -->
<script type="text/javascript">var jQuery = "jQuery", $ = "$"; // For testing .noConflict()</script>
<script type="text/javascript" src="../dist/jquery.js"></script>
<script type="text/javascript" src="data/testrunner.js"></script>
<script type="text/javascript" src="unit/core.js"></script>
Expand Down

0 comments on commit 6bf51ee

Please sign in to comment.