Skip to content

Commit a58a981

Browse files
committed
some info added
1 parent 291f889 commit a58a981

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ List of Definitions
9494
* [Google Url Shortener](https://developers.google.com/url-shortener/) (by [Frank M](https://github.com/sgtfrankieboy))
9595
* [Hammer.js](http://eightmedia.github.com/hammer.js/) (by [Boris Yankov](https://github.com/borisyankov))
9696
* [Handlebars](http://handlebarsjs.com/) (by [Boris Yankov](https://github.com/borisyankov))
97+
* [HashSet](http://www.timdown.co.uk/jshashtable/jshashset.html) (by [Sergey Gerasimov](https://github.com/gerich-home))
98+
* [Hashtable](http://www.timdown.co.uk/jshashtable/) (by [Sergey Gerasimov](https://github.com/gerich-home))
9799
* [Highcharts](http://www.highcharts.com/) (by [damianog](https://github.com/damianog))
98100
* [highlight.js](https://github.com/isagalaev/highlight.js) (by [Niklas Mollenhauer](https://github.com/nikeee))
99101
* [History.js](https://github.com/browserstate/history.js) (by [Boris Yankov](https://github.com/borisyankov))

hashset/hashset.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Type definitions for jshashset 3.0
22
// Project: http://www.timdown.co.uk/jshashtable/jshashset.html
3-
// Definitions by: Sergey Gerasimov <https://github.com/gerichhome/>
3+
// Definitions by: Sergey Gerasimov <https://github.com/gerich-home/>
44
// Definitions: https://github.com/borisyankov/DefinitelyTyped
55

66
/// <reference path="../hashtable/hashtable.d.ts" />

hashtable/hashtable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Type definitions for jshashtable 3.0
22
// Project: http://www.timdown.co.uk/jshashtable/
3-
// Definitions by: Sergey Gerasimov <https://github.com/gerichhome/>
3+
// Definitions by: Sergey Gerasimov <https://github.com/gerich-home/>
44
// Definitions: https://github.com/borisyankov/DefinitelyTyped
55

66
interface IHashtable<TKey, TValue>

0 commit comments

Comments
 (0)