We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d1d29 commit edb0221Copy full SHA for edb0221
test/include.js
@@ -69,8 +69,8 @@
69
git: "http://code.jquery.com/jquery-git.js"
70
};
71
72
- params.jQuery = params.jQuery || "1";
73
- loadScript( jQueries[ params.jQuery ] || "https://ajax.googleapis.com/ajax/libs/jquery/" + params.jQuery + "/jquery.min.js" );
+ params.jquery = params.jquery || "1";
+ loadScript( jQueries[ params.jquery ] || "https://ajax.googleapis.com/ajax/libs/jquery/" + params.jquery + "/jquery.min.js" );
74
loadScript( "../src/jquery.jsonp.js" );
75
loadScript( "qunit/qunit/qunit.js" );
76
loadScript( "./unit.js" );
0 commit comments