render template currently needs to be overridden WHOA junglist massiv
This commit is contained in:
parent
f46dd08cb5
commit
3130bbad97
2 changed files with 6 additions and 4 deletions
|
|
@ -4,10 +4,12 @@ app.views.Canvas = app.views.Base.extend(_.extend(app.views.infiniteScrollMixin,
|
|||
this.collection = this.stream.items
|
||||
this.postClass = app.views.SmallFrame,
|
||||
this.setupInfiniteScroll()
|
||||
}
|
||||
// renderTemplate : function() {
|
||||
},
|
||||
|
||||
renderTemplate : function() {
|
||||
this.postRenderTemplate();
|
||||
// setTimeout(_.bind(this.mason, this), 1000)
|
||||
// },
|
||||
},
|
||||
//
|
||||
// mason : function() {
|
||||
// this.$el.isotope({
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<div class="canvas-frame">
|
||||
<div class="content">
|
||||
filler
|
||||
{{text}}
|
||||
</div>
|
||||
<div class="info">
|
||||
{{author.name}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue