aboutsummaryrefslogtreecommitdiffstats
path: root/test/jquery.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-06-10 15:32:25 -0400
committerTimmy Willison <timmywillisn@gmail.com>2014-06-25 13:48:49 -0400
commit72e61925179aac67df234c46b94fcac829142897 (patch)
tree17215698bfc8586cc72a06cfdacc5a395b4c1f8b /test/jquery.js
parent62f7f7be9bd6cb1f9f85dfa22af29b8a20e6d72a (diff)
downloadjquery-72e61925179aac67df234c46b94fcac829142897.tar.gz
jquery-72e61925179aac67df234c46b94fcac829142897.zip
Build: Move all external libraries to external directory
Closes gh-1593 Conflicts: Gruntfile.js test/index.html
Diffstat (limited to 'test/jquery.js')
-rw-r--r--test/jquery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jquery.js b/test/jquery.js
index 6d75d804f..2c1f15d6a 100644
--- a/test/jquery.js
+++ b/test/jquery.js
@@ -32,7 +32,7 @@
require.config({
baseUrl: path,
paths: {
- sizzle: "src/sizzle/dist/sizzle"
+ sizzle: "external/sizzle/dist/sizzle"
}
});
src = "src/jquery";