Moved the init test script off into a separate file.
This commit is contained in:
parent
69e6e53555
commit
8df82d2b04
4
test/data/testinit.js
Normal file
4
test/data/testinit.js
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
var jQuery = this.jQuery || "jQuery", // For testing .noConflict()
|
||||||
|
$ = this.$ || "$",
|
||||||
|
originaljQuery = jQuery,
|
||||||
|
original$ = $;
|
|
@ -8,12 +8,7 @@
|
||||||
ol#empty { opacity: 0; filter:Alpha(opacity=0); } /* for testing opacity set in styles in IE */
|
ol#empty { opacity: 0; filter:Alpha(opacity=0); } /* for testing opacity set in styles in IE */
|
||||||
</style>
|
</style>
|
||||||
<!-- Includes -->
|
<!-- Includes -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript" src="data/testinit.js"></script>
|
||||||
var jQuery = this.jQuery || "jQuery", // For testing .noConflict()
|
|
||||||
$ = this.$ || "$",
|
|
||||||
originaljQuery = jQuery,
|
|
||||||
original$ = $;
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="../dist/jquery.js"></script>
|
<script type="text/javascript" src="../dist/jquery.js"></script>
|
||||||
<script type="text/javascript" src="qunit/testrunner.js"></script>
|
<script type="text/javascript" src="qunit/testrunner.js"></script>
|
||||||
<script type="text/javascript" src="data/testrunner.js"></script>
|
<script type="text/javascript" src="data/testrunner.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue