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, utils, templates, translator, ajaxify, socket, bootbox */
/* globals define, app, ajaxify, bootbox, components, socket, templates, translator, utils */
define('forum/topic/postTools', ['composer', 'share', 'navigator'], function(composer, share, navigator) {