fix: remove a redundant parameter (#2579)

This commit is contained in:
Henry Wang
2019-07-08 04:50:42 +01:00
committed by DIYgod
parent a223763bbb
commit 39a2b905cf

View File

@@ -110,7 +110,7 @@ const ProcessFeed = ($, link) => {
// handle lazy-loading images
ProcessImage($, e, '.js-delayed-image-load');
ProcessVideo($, e, 'figure.media-with-caption > div.player-with-placeholder', link);
ProcessVideo($, e, 'figure.media-with-caption > div.player-with-placeholder');
$(e).remove();
});