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.collection = this.stream.items
|
||||||
this.postClass = app.views.SmallFrame,
|
this.postClass = app.views.SmallFrame,
|
||||||
this.setupInfiniteScroll()
|
this.setupInfiniteScroll()
|
||||||
}
|
},
|
||||||
// renderTemplate : function() {
|
|
||||||
|
renderTemplate : function() {
|
||||||
|
this.postRenderTemplate();
|
||||||
// setTimeout(_.bind(this.mason, this), 1000)
|
// setTimeout(_.bind(this.mason, this), 1000)
|
||||||
// },
|
},
|
||||||
//
|
//
|
||||||
// mason : function() {
|
// mason : function() {
|
||||||
// this.$el.isotope({
|
// this.$el.isotope({
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="canvas-frame">
|
<div class="canvas-frame">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
filler
|
{{text}}
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
{{author.name}}
|
{{author.name}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue