Build: use hard-coded path to sizzle in selector-sizzle

Fixes gh-2898
This commit is contained in:
Timmy Willison
2016-02-10 13:47:25 -08:00
parent c7431c7793
commit 5943f1d7ff
3 changed files with 3 additions and 9 deletions

5
test/jquery.js vendored
View File

@@ -18,10 +18,7 @@
// This detection allows AMD tests to be run in an iframe
if ( QUnit.urlParams.amd && window.QUnit ) {
require.config( {
baseUrl: path,
paths: {
sizzle: "external/sizzle/dist/sizzle"
}
baseUrl: path
} );
src = "src/jquery";