From 7e9ed1aedc86bea452bd72bb50f8420146fc6e8e Mon Sep 17 00:00:00 2001 From: Marcin Porebski Date: Mon, 1 Feb 2016 13:08:05 +0100 Subject: [PATCH] js-schema patterns definitions (doc-header fix?) --- js-schema/js-schema.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js-schema/js-schema.d.ts b/js-schema/js-schema.d.ts index 5b9e35d6bb..10c1460f08 100644 --- a/js-schema/js-schema.d.ts +++ b/js-schema/js-schema.d.ts @@ -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 // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -47,4 +47,4 @@ interface ObjectConstructor interface FunctionConstructor { reference(func: Function): FunctionConstructor; -} \ No newline at end of file +}