Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit f62f25d

Browse files
committed
Updated jQuery 3 reference to version 3.1.1
1 parent 8986961 commit f62f25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

1616
QUnit.config.urlConfig.push({

0 commit comments

Comments
 (0)