render template currently needs to be overridden WHOA junglist massiv

This commit is contained in:
Dennis Collinson 2012-04-19 12:29:19 -07:00
parent f46dd08cb5
commit 3130bbad97
2 changed files with 6 additions and 4 deletions

View file

@ -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({

View file

@ -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}}