diff --git a/lib/view.js b/lib/view.js index 5d30ebb..ed96e0d 100644 --- a/lib/view.js +++ b/lib/view.js @@ -131,6 +131,8 @@ CKAN.View = function($) { my.DatasetFullView = Backbone.View.extend({ initialize: function() { + _.bindAll(this, 'render'); + this.model.bind('change', this.render); }, events: {