File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ List of Definitions
94
94
* [ Google Url Shortener] ( https://developers.google.com/url-shortener/ ) (by [ Frank M] ( https://github.com/sgtfrankieboy ) )
95
95
* [ Hammer.js] ( http://eightmedia.github.com/hammer.js/ ) (by [ Boris Yankov] ( https://github.com/borisyankov ) )
96
96
* [ 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 ) )
97
99
* [ Highcharts] ( http://www.highcharts.com/ ) (by [ damianog] ( https://github.com/damianog ) )
98
100
* [ highlight.js] ( https://github.com/isagalaev/highlight.js ) (by [ Niklas Mollenhauer] ( https://github.com/nikeee ) )
99
101
* [ History.js] ( https://github.com/browserstate/history.js ) (by [ Boris Yankov] ( https://github.com/borisyankov ) )
Original file line number Diff line number Diff line change 1
1
// Type definitions for jshashset 3.0
2
2
// 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 />
4
4
// Definitions: https://github.com/borisyankov/DefinitelyTyped
5
5
6
6
/// <reference path="../hashtable/hashtable.d.ts" />
Original file line number Diff line number Diff line change 1
1
// Type definitions for jshashtable 3.0
2
2
// 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 />
4
4
// Definitions: https://github.com/borisyankov/DefinitelyTyped
5
5
6
6
interface IHashtable < TKey , TValue >
You can’t perform that action at this time.
0 commit comments