Skip to content

Commit aea7f46

Browse files
committed
Updated jQuery 3 reference to version 3.1.0
1 parent 8ed9aff commit aea7f46

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.0.0' ],
13+
var jqVersions = [ '1.7.0', '1.12.4', '2.2.4', '3.1.0' ],
1414
currentJq = QUnit.urlParams.jquery || jqVersions[jqVersions.length - 1];
1515

1616
QUnit.config.urlConfig.push({

0 commit comments

Comments
 (0)