Upgrading jammit/closure-compiler, found a new repeated entries found under STRICT mode.

This commit is contained in:
Samuel Clay 2021-06-21 14:41:22 -04:00
parent ab202d040c
commit 4273d60c43
4 changed files with 1 additions and 18 deletions

View file

@ -838,7 +838,6 @@ NEWSBLUR.AssetModel = Backbone.Router.extend({
}, pre_callback, null, { }, pre_callback, null, {
'ajax_group': 'dashboard', 'ajax_group': 'dashboard',
'request_type': 'GET', 'request_type': 'GET',
'ajax_group': 'queue_clear',
'beforeSend': function () { 'beforeSend': function () {
// NEWSBLUR.log(['Clearing realtime stories', self.queued_realtime_stories['hashes']]) // NEWSBLUR.log(['Clearing realtime stories', self.queued_realtime_stories['hashes']])
self.queued_realtime_stories = {}; self.queued_realtime_stories = {};

View file

@ -39,7 +39,7 @@ NEWSBLUR.Collections.DashboardRivers = Backbone.Collection.extend({
return this.side('left'); return this.side('left');
}, },
left_side_rivers: function () { right_side_rivers: function () {
return this.side('right'); return this.side('right');
}, },

View file

@ -531,21 +531,6 @@ _.extend(NEWSBLUR.ReaderFeedException.prototype, {
}); });
}, },
animate_saved: function() {
var $status = $('.NB-exception-option-view .NB-exception-option-status', this.$modal);
$status.text('Saved').animate({
'opacity': 1
}, {
'queue': false,
'duration': 600,
'complete': function() {
_.delay(function() {
$status.animate({'opacity': 0}, {'queue': false, 'duration': 1000});
}, 300);
}
});
},
handle_change: function(elem, e) { handle_change: function(elem, e) {
var self = this; var self = this;

1
media/js/vendor/socket.io.js.map generated vendored

File diff suppressed because one or more lines are too long