Legibility.
This commit is contained in:
parent
bb3cbf5822
commit
c8d56e621c
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user