4chan-x/src/General/lib/board.class
ccd0 b01c372c1a Merge from Appchan X: src/General/lib
deferred: changes to Callbacks.execute
2015-02-06 20:59:54 -08:00

9 lines
141 B
Plaintext
Executable File

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