4chan-x/src/General/lib/board.class

8 lines
136 B
Plaintext
Executable File

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