mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
updated components to be a require.js module, not a global (:rage2:)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
/* globals define, app, components, translator, ajaxify, socket, bootbox */
|
||||
/* globals define, app, translator, ajaxify, socket, bootbox */
|
||||
|
||||
define('forum/topic/threadTools', ['forum/topic/fork', 'forum/topic/move'], function(fork, move) {
|
||||
define('forum/topic/threadTools', ['forum/topic/fork', 'forum/topic/move', 'components'], function(fork, move, components) {
|
||||
|
||||
var ThreadTools = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user