From d6aed493b064c2aaca1ef55a5a634643a98d95a5 Mon Sep 17 00:00:00 2001 From: ToastHawaii Date: Sat, 26 Mar 2016 13:30:02 +0100 Subject: [PATCH] Fix project link --- slideout/slideout.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slideout/slideout.d.ts b/slideout/slideout.d.ts index 7b203df02..715d70546 100644 --- a/slideout/slideout.d.ts +++ b/slideout/slideout.d.ts @@ -1,5 +1,5 @@ // Type definitions for Slideout 0.1.12 -// Project: https://github.com/t4t5/sweetalert/ +// Project: https://github.com/mango/slideout // Definitions by: Markus Peloso // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -154,4 +154,4 @@ declare class Slideout { * @param data Data to pass to the listeners. */ emit(event: Slideout.Events, ...data: any[]): Slideout; -} \ No newline at end of file +}