diff options
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 9921aca7c..462c38b97 100644 --- a/test/jquery.js +++ b/test/jquery.js @@ -19,7 +19,7 @@ require.config({ baseUrl: path, paths: { - sizzle: path + "bower_modules/sizzle/dist/sizzle" + sizzle: "src/sizzle/dist/sizzle" } }); src = "src/jquery"; |