From f3be87b22ef0388a9efcf939cd266e9943dec1d7 Mon Sep 17 00:00:00 2001 From: Sparkomatic Date: Tue, 6 Jun 2017 09:52:54 +0100 Subject: [PATCH] styling change --- src/swing.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/swing.ts b/src/swing.ts index fbc9c20..e0514ff 100644 --- a/src/swing.ts +++ b/src/swing.ts @@ -93,12 +93,12 @@ export interface Stack { */ getCard(element: HTMLElement): Card; - /** - * - *@param {Card} card - */ - destroyCard(card: Card): void; - + /** + * + *@param {Card} card + */ + destroyCard(card: Card): void; + on(eventName: ThrowEventName, callabck: (event: ThrowEvent) => void): void; on(eventName: DragEventName, callabck: (event: DragEvent) => void): void; }