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
+2 -2
View File
@@ -1,6 +1,6 @@
// Type definitions for ftdomdelegate
// Project: https://github.com/ftlabs/ftdomdelegate
// Definitions by: Christian Holm Nielsen
// Definitions by: Christian Holm Nielsen <https://github.com/dotnetnerd>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare class Delegate
@@ -19,4 +19,4 @@ declare class Delegate
root(element? : Element) : void;
destroy() : void;
}
}