Commit eb65b952 by Arjun Singh

Removing stray return statement

parent fe74f9bc
...@@ -49,7 +49,6 @@ if Backbone? ...@@ -49,7 +49,6 @@ if Backbone?
url: url url: url
type: "GET" type: "GET"
success: (response, textStatus) => success: (response, textStatus) =>
return
$parent = @$el.parent() $parent = @$el.parent()
@$el.replaceWith(response.html) @$el.replaceWith(response.html)
$discussion = $parent.find("section.discussion") $discussion = $parent.find("section.discussion")
......
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