diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-09-10 18:50:03 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-09-10 18:50:03 -0500 |
commit | 641492b7e198ebb3e4e564f245b54866a47fa060 (patch) | |
tree | 0cf1e90a7f6a1413b068c8d7379a184a355b54cb /test/jquery.js | |
parent | aab9d632797c46728a22eb615bd18cb7f5c9c497 (diff) | |
download | jquery-641492b7e198ebb3e4e564f245b54866a47fa060.tar.gz jquery-641492b7e198ebb3e4e564f245b54866a47fa060.zip |
Woops, lint grunt file
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 395258579..bdee83c28 100644 --- a/test/jquery.js +++ b/test/jquery.js @@ -31,7 +31,7 @@ require.config({ baseUrl: path, paths: { - sizzle: path + 'bower_components/sizzle/dist/sizzle' + sizzle: path + "bower_components/sizzle/dist/sizzle" } }); src = "src/jquery"; |