cleaned-up headers

This commit is contained in:
Bart van der Schoor
2014-06-18 23:31:11 +02:00
parent 26109abe15
commit 1d345f6c14
124 changed files with 238 additions and 220 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
// Type definitions for jquery.dynatree 1.2.5
// Project: http://code.google.com/p/dynatree/
// Definitions by: https://github.com/fdecampredon
// Definitions by: François de Campredon <https://github.com/fdecampredon>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
@@ -241,4 +241,4 @@ interface DynatreeNamespace {
getNode(element: HTMLElement): DynaTreeNode;
getPersistData(cookieId: string, cookieOpts: DynaTreeCookieOptions): any;
version: number;
}
}