parent
6ae2df2f9e
commit
fdff13e542
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
app.views.Comment = app.views.Content.extend({
|
app.views.Comment = app.views.Content.extend({
|
||||||
templateName: "comment",
|
templateName: "comment",
|
||||||
className : "comment media",
|
className : "comment media",
|
||||||
|
tooltipSelector: "time",
|
||||||
|
|
||||||
events : function() {
|
events : function() {
|
||||||
return _.extend({}, app.views.Content.prototype.events, {
|
return _.extend({}, app.views.Content.prototype.events, {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue