Commit 9d57f0a9 by Kevin Chugh

fix git mangle take 2

parent 7bc75844
...@@ -156,7 +156,7 @@ if Backbone? ...@@ -156,7 +156,7 @@ if Backbone?
count += comment.getCommentsCount() + 1 count += comment.getCommentsCount() + 1
count count
class @Comments extends Backbtle: -> class @Comments extends Backbone: ->
if @has("highlighted_title") if @has("highlighted_title")
String(@get("highlighted_title")).replace(/<highlight>/g, '<mark>').replace(/<\/highlight>/g, '</mark>') String(@get("highlighted_title")).replace(/<highlight>/g, '<mark>').replace(/<\/highlight>/g, '</mark>')
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment