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

Commit e3c7088

Browse files
committed
Updated QUnit references to version 2.0.1
1 parent b9e2659 commit e3c7088

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/amd.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>PowerTip AMD Test Suite</title>
66
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.js"></script>
77
<script type="text/javascript" src="amd.js"></script>
8-
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/qunit/qunit-2.0.0.css" />
8+
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/qunit/qunit-2.0.1.css" />
99
</head>
1010
<body>
1111
<div id="qunit"></div>

test/amd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require.config({
22
paths: {
33
jquery: 'https://code.jquery.com/jquery-1.12.4',
4-
qunit: 'https://code.jquery.com/qunit/qunit-2.0.0',
4+
qunit: 'https://code.jquery.com/qunit/qunit-2.0.1',
55
'jquery.powertip': '../dist/jquery.powertip'
66
}
77
});

test/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<title>PowerTip Test Suite</title>
66

77
<!-- QUnit Resources -->
8-
<script type="text/javascript" src="https://code.jquery.com/qunit/qunit-2.0.0.js"></script>
9-
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/qunit/qunit-2.0.0.css" />
8+
<script type="text/javascript" src="https://code.jquery.com/qunit/qunit-2.0.1.js"></script>
9+
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/qunit/qunit-2.0.1.css" />
1010

1111
<!-- Dynamic jQuery Version Loader -->
1212
<script type="text/javascript">

0 commit comments

Comments
 (0)