aboutsummaryrefslogtreecommitdiffstats
path: root/test/jquery.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-11-14 10:17:18 -0500
committerTimmy Willison <timmywillisn@gmail.com>2013-11-14 10:18:12 -0500
commita9f59462941e33f5a7b3d2c14969236375bcc6d2 (patch)
treefbb1aa25651e26ff187da113f2554d4ce5cceabe /test/jquery.js
parent36f00b17c26e50cf7900f4a1addb329dfe4c9b74 (diff)
downloadjquery-a9f59462941e33f5a7b3d2c14969236375bcc6d2.tar.gz
jquery-a9f59462941e33f5a7b3d2c14969236375bcc6d2.zip
Use grunt and bower packages as local dependencies. Close gh-1433.
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 e94f55fe8..9b7b96a1e 100644
--- a/test/jquery.js
+++ b/test/jquery.js
@@ -32,7 +32,7 @@
require.config({
baseUrl: path,
paths: {
- sizzle: path + "bower_components/sizzle/dist/sizzle"
+ sizzle: path + "bower_modules/sizzle/dist/sizzle"
}
});
src = "src/jquery";