|
|
|
@ -1,14 +1,15 @@
|
|
|
|
|
|
|
|
|
|
'use strict';
|
|
|
|
|
|
|
|
|
|
/* globals config, app, ajaxify, define, socket, templates, translator, utils */
|
|
|
|
|
/* globals config, app, ajaxify, define, socket, templates, utils */
|
|
|
|
|
|
|
|
|
|
define('forum/topic/events', [
|
|
|
|
|
'forum/topic/postTools',
|
|
|
|
|
'forum/topic/threadTools',
|
|
|
|
|
'forum/topic/posts',
|
|
|
|
|
'components'
|
|
|
|
|
], function(postTools, threadTools, posts, components) {
|
|
|
|
|
'components',
|
|
|
|
|
'translator'
|
|
|
|
|
], function(postTools, threadTools, posts, components, translator) {
|
|
|
|
|
|
|
|
|
|
var Events = {};
|
|
|
|
|
|
|
|
|
|