Left in an extra function.

This commit is contained in:
Robin Ward 2013-07-29 14:56:59 -04:00
parent 1c17f409bd
commit cc4ae05be3
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@ Discourse.ActionsHistoryView = Discourse.View.extend({
// This was creating way too many bound ifs and subviews in the handlebars version.
render: function(buffer) {
var renderAvatar = function() {
}
if (this.present('content')) {
this.get('content').forEach(function(c) {
buffer.push("<div class='post-action'>");