##// END OF EJS Templates
Replace model 'update' event with the backbone 'sync' event, added in 1.0
Jonathan Frederic -
Show More
@@ -466,7 +466,7 b' define(["components/underscore/underscore-min",'
466
466
467 initialize: function() {
467 initialize: function() {
468 this.visible = true;
468 this.visible = true;
469 this.model.on('change',this.update,this);
469 this.model.on('sync',this.update,this);
470 },
470 },
471
471
472 add_class: function(selector, class_list){
472 add_class: function(selector, class_list){
General Comments 0
You need to be logged in to leave comments. Login now