mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 14:05:00 -05:00
Build: use hard-coded path to sizzle in selector-sizzle
Fixes gh-2898
This commit is contained in:
5
test/jquery.js
vendored
5
test/jquery.js
vendored
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user