Fixed pulling in Sizzle subproject when testing with min/dev.

This commit is contained in:
Oleg Gaidarenko 2013-08-16 09:40:28 -04:00 committed by Timmy Willison
parent 7315861813
commit 723ced4079

View File

@ -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"