Skip to content

Commit

Permalink
Updated jQuery 3 reference to version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbenner committed Oct 9, 2016
1 parent 8986961 commit f62f25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- Dynamic jQuery Version Loader -->
<script type="text/javascript">
var jqVersions = [ '1.7.0', '1.12.4', '2.2.4', '3.1.0' ],
var jqVersions = [ '1.7.0', '1.12.4', '2.2.4', '3.1.1' ],
currentJq = QUnit.urlParams.jquery || jqVersions[jqVersions.length - 1];

QUnit.config.urlConfig.push({
Expand Down

0 comments on commit f62f25d

Please sign in to comment.