This commit is contained in:
psychobunny
2015-03-17 13:46:24 -04:00
parent e3899f9535
commit 567d171d2f
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
/* globals define, app, translator, ajaxify, socket, bootbox */
/* globals define, app, components, translator, ajaxify, socket, bootbox */
define('forum/topic/threadTools', ['forum/topic/fork', 'forum/topic/move'], function(fork, move) {