Legibility.
This commit is contained in:
parent
bb3cbf5822
commit
c8d56e621c
@ -91,7 +91,10 @@ class Post
|
|||||||
@isRebuilt = true
|
@isRebuilt = true
|
||||||
@clones = g.posts[@fullID].clones
|
@clones = g.posts[@fullID].clones
|
||||||
clone.origin = @ for clone in @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: ->
|
parseComment: ->
|
||||||
# Merge text nodes and remove empty ones.
|
# Merge text nodes and remove empty ones.
|
||||||
|
|||||||
@ -18,7 +18,8 @@ class Thread
|
|||||||
@OP = null
|
@OP = null
|
||||||
@catalogView = null
|
@catalogView = null
|
||||||
|
|
||||||
g.threads.push @fullID, @board.threads.push @, @
|
@board.threads.push @ID, @
|
||||||
|
g.threads.push @fullID, @
|
||||||
|
|
||||||
setPage: (pageNum) ->
|
setPage: (pageNum) ->
|
||||||
{info, quote} = @OP.nodes
|
{info, quote} = @OP.nodes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user