Legibility.

This commit is contained in:
ccd0 2015-02-22 11:12:37 -08:00
parent bb3cbf5822
commit c8d56e621c
2 changed files with 6 additions and 2 deletions

View File

@ -91,7 +91,10 @@ class Post
@isRebuilt = true
@clones = g.posts[@fullID].clones
clone.origin = @ for clone in @clones
g.posts.push @fullID, @thread.posts.push @, @board.posts.push @, @
@board.posts.push @ID, @
@thread.posts.push @ID, @
g.posts.push @fullID, @
parseComment: ->
# Merge text nodes and remove empty ones.

View File

@ -18,7 +18,8 @@ class Thread
@OP = null
@catalogView = null
g.threads.push @fullID, @board.threads.push @, @
@board.threads.push @ID, @
g.threads.push @fullID, @
setPage: (pageNum) ->
{info, quote} = @OP.nodes