Skip to content

Commit

Permalink
Call buildUIElements in Async.ItemView.render.
Browse files Browse the repository at this point in the history
  • Loading branch information
tabouassaleh committed Sep 5, 2012
1 parent d7133bc commit 4cdf076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backbone.marionette.async.itemView.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Async.ItemView = {

var templateRendered = function(html){
that.$el.html(html);
that.bindUIElements();
callDeferredMethod(that.onRender, onRenderDone, that);
};

Expand Down

0 comments on commit 4cdf076

Please sign in to comment.