Listen to correct event to update subscribe bubble when data loads.

This commit is contained in:
Max Goodman
2013-04-12 15:52:24 -07:00
parent bb5a6f1100
commit 95c3d83d41

View File

@@ -175,7 +175,7 @@ r.multi.MultiSubscribeBubble = r.ui.Bubble.extend({
initialize: function() {
this.on('show', this.load, this)
this.listenTo(r.multi.mine, 'reset', this.render)
this.listenTo(r.multi.mine, 'reset add', this.render)
r.ui.Bubble.prototype.initialize.apply(this)
},