mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fixed pulling in Sizzle subproject when testing with min/dev.
This commit is contained in:
parent
7315861813
commit
723ced4079
@ -43,6 +43,12 @@
|
||||
<script src="jquery.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
// Add Sizzle tests if they not loaded by requirejs
|
||||
if ( window.testSubproject ) {
|
||||
testSubproject( "Sizzle", "../bower_components/sizzle/test/", /^unit\/.*\.js$/ );
|
||||
}
|
||||
|
||||
// html5shiv, enabling HTML5 elements to be used with jQuery
|
||||
( "abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup " +
|
||||
"mark meter nav output progress section summary time video"
|
||||
|
Loading…
Reference in New Issue
Block a user