saved.js: Remove extra show() call.

This commit is contained in:
Andre D
2014-03-25 15:21:15 -04:00
committed by Chad Birch
parent d0864ca0b7
commit 4ab1826ee9

View File

@@ -44,7 +44,6 @@ r.saved.SaveDialog = r.ui.Bubble.extend({
r.ui.Bubble.prototype.initialize.apply(this)
r.saved.categories.fetchOnce().then(_.bind(this.show, this))
$('body').on('click.savedialog', _.bind(this.hideNow, this))
this.listenTo(r.saved.categories, 'sync', this.show)
},
hideNow: function() {