aboutsummaryrefslogtreecommitdiffstats
path: root/test/jquery.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-09-10 18:50:03 -0500
committerTimmy Willison <timmywillisn@gmail.com>2013-09-10 18:50:03 -0500
commit641492b7e198ebb3e4e564f245b54866a47fa060 (patch)
tree0cf1e90a7f6a1413b068c8d7379a184a355b54cb /test/jquery.js
parentaab9d632797c46728a22eb615bd18cb7f5c9c497 (diff)
downloadjquery-641492b7e198ebb3e4e564f245b54866a47fa060.tar.gz
jquery-641492b7e198ebb3e4e564f245b54866a47fa060.zip
Woops, lint grunt file
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 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";