Whitespace fixes.

This commit is contained in:
Mayhem 2013-07-28 19:53:41 +02:00
parent ffa6bd58a0
commit 5cd7e0c5e0
2 changed files with 3 additions and 3 deletions

2
.gitattributes vendored
View File

@ -1 +1 @@
* text=auto
* text=auto

View File

@ -80,7 +80,7 @@ class Post
for quotelink in $$ '.quotelink', @nodes.comment
@parseQuote quotelink
return
parseQuote: (quotelink) ->
# Only add quotes that link to posts on an imageboard.
# Don't add:
@ -100,7 +100,7 @@ class Post
# Don't count capcode replies as quotes in OPs. (Admin/Mod/Dev Replies: ...)
return if @isClone or !@isReply and $.hasClass quotelink.parentNode.parentNode, 'capcodeReplies'
# ES6 Set when?
fullID = "#{match[1]}.#{match[2]}"
@quotes.push fullID if @quotes.indexOf(fullID) is -1