Skip to content

Instantly share code, notes, and snippets.

@kerin
Created November 23, 2012 10:40
Show Gist options
  • Save kerin/4135052 to your computer and use it in GitHub Desktop.
Save kerin/4135052 to your computer and use it in GitHub Desktop.
render: function(){
this.$el.html(this.template({trailers: this.trailers}));
var container = this.$el.find('.thumbnails');
console.log(container.css('height'));
_.each(this.$el.find('[role=ui-selectable]'), function(film){
var film = $(film);
console.log(film.css('width'));
});
return this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment