Bug Tracker

Changeset 5705

Show
Ignore:
Timestamp:
05/28/08 18:46:38 (6 months ago)
Author:
aflesler
Message:

test runner: Adding type="text/javascript" to a script tag (trivial).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/test/index.html

    r5523 r5705  
    55    <title>jQuery Test Suite</title> 
    66    <link rel="Stylesheet" media="screen" href="data/testsuite.css" /> 
    7     <script>var jQuery = "jQuery", $ = "$"; // For testing .noConflict()</script> 
     7    <!--  --> 
     8    <script type="text/javascript">var jQuery = "jQuery", $ = "$"; // For testing .noConflict()</script> 
    89    <script type="text/javascript" src="../dist/jquery.js"></script> 
    910    <script type="text/javascript" src="data/testrunner.js"></script>