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

Commit e86d8b1

Browse files
committed
Prepare v1.3.1
1 parent 726b1c9 commit e86d8b1

File tree

5 files changed

+40
-4
lines changed

5 files changed

+40
-4
lines changed

Changes

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
1.3.1 2014-03-27
2+
3+
* Update QUnit to v1.14.0.
4+
* Add Changes.
5+
* Add license information to README.
6+
7+
1.3.0 2014-01-02
8+
9+
* Add Timeout.reset() [#2].
10+
11+
1.2.1 2013-12-29
12+
13+
* Fix callback context [#1].
14+
15+
1.2.0 2013-12-20
16+
17+
* Move repository to [https://github.com/tkem/jquery-timeout].
18+
* Add jQuery.timeoutWith(), jQuery.clearWith().
19+
* Add QUnit tests.
20+
21+
1.1.0 2011-08-20
22+
23+
* Add optional args to jQuery.timeout()
24+
25+
1.0.0 2011-04-02
26+
27+
* Initial release [https://code.google.com/p/jquery-timeout/].
File renamed without changes.

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ the timeout.
9292
timeout.reset();
9393
});
9494

95+
96+
## License
97+
98+
Copyright 2011-2014 Thomas Kemmer.
99+
100+
Licensed under the [MIT License][4].
101+
102+
95103
[1]: http://api.jquery.com/category/deferred-object/
96104
[2]: http://developer.mozilla.org/en/docs/Web/API/window.setTimeout
97105
[3]: http://developer.mozilla.org/en/docs/Web/API/window.clearTimeout
106+
[4]: http://raw.github.com/tkem/jquery-timeout/master/MIT-LICENSE

tests/qunit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html>
33
<head>
44
<title>QUnit Test Page for jquery.timeout</title>
5-
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.12.0.css" />
6-
<script src="http://code.jquery.com/qunit/qunit-1.12.0.js"></script>
5+
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.14.0.css" />
6+
<script src="http://code.jquery.com/qunit/qunit-1.14.0.js"></script>
77
<script src="http://code.jquery.com/jquery.min.js"></script>
88
<script src="../jquery.timeout.js"></script>
99
<script src="timeout.js"></script>

timeout.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeout",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"title": "jQuery Timeout Plugin",
55
"author": {
66
"name": "Thomas Kemmer",
@@ -9,7 +9,7 @@
99
"licenses": [
1010
{
1111
"type": "MIT",
12-
"url": "http://github.com/tkem/jquery-timeout/blob/master/MIT-LICENSE.txt"
12+
"url": "http://raw.github.com/tkem/jquery-timeout/master/MIT-LICENSE"
1313
}
1414
],
1515
"dependencies": {

0 commit comments

Comments
 (0)