5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
app.views.SinglePost = app.views.Post.extend({
|
|
|
|
className : "loaded"
|
|
|
|
});
|