ESlint no-unused-vars

This commit is contained in:
Peter Jaszkowiak
2017-02-18 15:05:36 -07:00
parent c18808fdeb
commit 4bb49a7171
70 changed files with 97 additions and 162 deletions

View File

@@ -35,7 +35,6 @@ define('forum/categories', ['components', 'translator'], function (components, t
}
var recentPosts = category.find('[component="category/posts"]');
var insertBefore = recentPosts.first();
parseAndTranslate([post], function (html) {
html.hide();