Skip to content
This repository was archived by the owner on Jun 3, 2018. It is now read-only.

Commit e08946e

Browse files
committed
fix qunit source
1 parent ff88a83 commit e08946e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
<head>
55
<title>QUnit Test Page for jquery.timeout</title>
6-
<link rel="stylesheet" href="http://code.jquery.com/qunit/git/qunit.css" type="text/css" media="screen" />
6+
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.12.0.css" type="text/css" media="screen" />
77
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
8-
<script type="text/javascript" src="http://code.jquery.com/qunit/git/qunit.js"></script>
8+
<script type="text/javascript" src="http://code.jquery.com/qunit/qunit-1.12.0.js"></script>
99
<script type="text/javascript" src="jquery.timeout.js"></script>
1010
</head>
1111

@@ -18,7 +18,7 @@ <h2 id="qunit-userAgent"></h2>
1818
<div id="qunit-fixture"></div>
1919

2020
<script type="text/javascript">
21-
module("jquery.timeout 1.0.0");
21+
module("jquery.timeout");
2222

2323
asyncTest("resolve timeout with zero delay", 1, function() {
2424
$.timeout(0).done(function() {

0 commit comments

Comments
 (0)