4chan-x/src/General/lib/board.class
2013-04-26 14:04:12 -07:00

8 lines
112 B
Plaintext

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