Update events.js

Tebbed indentation.
This commit is contained in:
Manuel Valle
2016-01-20 13:55:38 -06:00
parent 67d9323b9e
commit 4c43276fce

View File

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