Skip to content

Commit edb0221

Browse files
committed
Use "jquery" instead of "jQuery" to pass jQuery's version.
1 parent f2d1d29 commit edb0221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/include.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
git: "http://code.jquery.com/jquery-git.js"
7070
};
7171

72-
params.jQuery = params.jQuery || "1";
73-
loadScript( jQueries[ params.jQuery ] || "https://ajax.googleapis.com/ajax/libs/jquery/" + params.jQuery + "/jquery.min.js" );
72+
params.jquery = params.jquery || "1";
73+
loadScript( jQueries[ params.jquery ] || "https://ajax.googleapis.com/ajax/libs/jquery/" + params.jquery + "/jquery.min.js" );
7474
loadScript( "../src/jquery.jsonp.js" );
7575
loadScript( "qunit/qunit/qunit.js" );
7676
loadScript( "./unit.js" );

0 commit comments

Comments
 (0)