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