4chan-x/src/classes/Board.coffee
ccd0 cc03357e07 Revert "Fetch boards.json data."
This reverts commit 19ba43ae3dfc6008893ad9ebdbd0e68ecb60de01.
2016-01-29 02:00:34 -08:00

9 lines
141 B
CoffeeScript

class Board
toString: -> @ID
constructor: (@ID) ->
@threads = new SimpleDict()
@posts = new SimpleDict()
g.boards[@] = @