added missing urls to some authors

fixed node urls
This commit is contained in:
Bart van der Schoor
2014-06-18 23:31:35 +02:00
parent e0953576fb
commit 3d64ea7395
12 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// Type definitions for domready
// Project: https://github.com/ded/domready
// Definitions by: Christian Holm Nielsen
// Definitions by: Christian Holm Nielsen <https://github.com/dotnetnerd>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare function domready(callback: () => any) : void;