mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
saved.js: Remove extra show() call.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user