9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
app.views.PostViewerAuthor = app.views.Base.extend({
|
|
|
|
id : "post-author",
|
|
className : "media",
|
|
|
|
templateName: "post-viewer/author"
|
|
|
|
})
|
|
|