mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 10:35:55 +01:00
refactor: remove unused require
This commit is contained in:
@@ -9,9 +9,8 @@ define('forum/topic/events', [
|
||||
'forum/topic/images',
|
||||
'components',
|
||||
'translator',
|
||||
'benchpress',
|
||||
'hooks',
|
||||
], function (postTools, threadTools, posts, images, components, translator, Benchpress, hooks) {
|
||||
], function (postTools, threadTools, posts, images, components, translator, hooks) {
|
||||
const Events = {};
|
||||
|
||||
const events = {
|
||||
|
||||
Reference in New Issue
Block a user