Woops, lint grunt file

This commit is contained in:
Timmy Willison 2013-09-10 18:50:03 -05:00
parent aab9d63279
commit 641492b7e1

2
test/jquery.js vendored
View File

@ -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";