js-schema patterns definitions (doc-header fix?)

This commit is contained in:
Marcin Porebski
2016-02-01 13:08:05 +01:00
parent d475c0d611
commit 7e9ed1aedc
+2 -2
View File
@@ -1,6 +1,6 @@
// Type definitions for js-schema
// Project: https://github.com/molnarg/js-schema
// Definitions by: Marcin Porębski https://github.com/marcinporebski
// Definitions by: Marcin Porebski <https://github.com/marcinporebski>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
@@ -47,4 +47,4 @@ interface ObjectConstructor
interface FunctionConstructor
{
reference(func: Function): FunctionConstructor;
}
}