Update events.js

Tebbed indentation.
v1.18.x
Manuel Valle 9 years ago
parent 67d9323b9e
commit 4c43276fce

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

Loading…
Cancel
Save