Skip to content

Commit

Permalink
minor style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
lakinwecker committed Mar 23, 2017
1 parent 2768d65 commit 357ab93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/chessground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ const destroyed = Message('destroyed')

function connect({ on }: ConnectParams<void, State>) {
on(inserted, ( state, elm ) => {
state.chessground = Chessground(elm as HTMLElement, {
})
state.chessground = Chessground(elm as HTMLElement, {})
})
}

Expand Down

0 comments on commit 357ab93

Please sign in to comment.