Skip to content

Commit

Permalink
simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
duckpunch committed Sep 17, 2015
1 parent 169d94d commit e81016c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/board.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ function isValidBoardMap(board) {

/**
* Represents a board state.
* @example
* Board(19);
*/
export class Board {
/**
Expand Down

0 comments on commit e81016c

Please sign in to comment.