diff options
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"; |