Skip to content

Commit

Permalink
styling change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkomatic committed Jun 6, 2017
1 parent 891eb26 commit f3be87b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/swing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f3be87b

Please sign in to comment.