8 lines
136 B
Plaintext
Executable File
8 lines
136 B
Plaintext
Executable File
class Board
|
|
toString: -> @ID
|
|
|
|
constructor: (@ID) ->
|
|
@threads = new SimpleDict
|
|
@posts = new SimpleDict
|
|
|
|
g.boards[@] = @ |