From 9d57f0a9d259d4e84d1d9b2e3bbfe8d63428c826 Mon Sep 17 00:00:00 2001 From: Kevin Chugh Date: Sun, 21 Apr 2013 19:47:27 -0400 Subject: [PATCH] fix git mangle take 2 --- common/static/coffee/src/discussion/content.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/static/coffee/src/discussion/content.coffee b/common/static/coffee/src/discussion/content.coffee index f5c2943ac0..8aa0990e71 100644 --- a/common/static/coffee/src/discussion/content.coffee +++ b/common/static/coffee/src/discussion/content.coffee @@ -156,7 +156,7 @@ if Backbone? count += comment.getCommentsCount() + 1 count - class @Comments extends Backbtle: -> + class @Comments extends Backbone: -> if @has("highlighted_title") String(@get("highlighted_title")).replace(//g, '').replace(/<\/highlight>/g, '') else