diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2016-02-10 13:47:25 -0800 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2016-02-22 10:43:02 -0500 |
commit | b536cd561ff1276f7094968aed2f1aa7d70bb5ae (patch) | |
tree | 2d2cad1326dc3299e9cd248f85630225df35484a /test | |
parent | d230d51731869827e00202c7850680a5c438e678 (diff) | |
download | jquery-b536cd561ff1276f7094968aed2f1aa7d70bb5ae.tar.gz jquery-b536cd561ff1276f7094968aed2f1aa7d70bb5ae.zip |
Build: use hard-coded path to sizzle in selector-sizzle
Fixes gh-2898
Diffstat (limited to 'test')
-rw-r--r-- | test/jquery.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/jquery.js b/test/jquery.js index 233e696d9..8119d3fc0 100644 --- a/test/jquery.js +++ b/test/jquery.js @@ -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"; |