diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-06-10 15:32:25 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-06-24 10:17:50 -0400 |
commit | c5d9d88dce65b89a1d7d12b41ad254d5017a92a8 (patch) | |
tree | f50d49e5f1c04248d94414891565da7bb949d5ae /test/jquery.js | |
parent | 8d113104e980179e9eb4d092df0b1ab37cdc6fa5 (diff) | |
download | jquery-c5d9d88dce65b89a1d7d12b41ad254d5017a92a8.tar.gz jquery-c5d9d88dce65b89a1d7d12b41ad254d5017a92a8.zip |
Build: Move all external libraries to external directory
Closes gh-1593
Diffstat (limited to 'test/jquery.js')
-rw-r--r-- | test/jquery.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jquery.js b/test/jquery.js index 462c38b97..586bd4202 100644 --- a/test/jquery.js +++ b/test/jquery.js @@ -19,7 +19,7 @@ require.config({ baseUrl: path, paths: { - sizzle: "src/sizzle/dist/sizzle" + sizzle: "external/sizzle/dist/sizzle" } }); src = "src/jquery"; |