This repository was archived by the owner on Jun 3, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +40
-4
lines changed Expand file tree Collapse file tree 5 files changed +40
-4
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -92,6 +92,15 @@ the timeout.
92
92
timeout.reset();
93
93
});
94
94
95
+
96
+ ## License
97
+
98
+ Copyright 2011-2014 Thomas Kemmer.
99
+
100
+ Licensed under the [ MIT License] [ 4 ] .
101
+
102
+
95
103
[ 1 ] : http://api.jquery.com/category/deferred-object/
96
104
[ 2 ] : http://developer.mozilla.org/en/docs/Web/API/window.setTimeout
97
105
[ 3 ] : http://developer.mozilla.org/en/docs/Web/API/window.clearTimeout
106
+ [ 4 ] : http://raw.github.com/tkem/jquery-timeout/master/MIT-LICENSE
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< 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 >
7
7
< script src ="http://code.jquery.com/jquery.min.js "> </ script >
8
8
< script src ="../jquery.timeout.js "> </ script >
9
9
< script src ="timeout.js "> </ script >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " timeout" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"title" : " jQuery Timeout Plugin" ,
5
5
"author" : {
6
6
"name" : " Thomas Kemmer" ,
9
9
"licenses" : [
10
10
{
11
11
"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"
13
13
}
14
14
],
15
15
"dependencies" : {
You can’t perform that action at this time.
0 commit comments