mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
updated components to be a require.js module, not a global (:rage2:)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/* globals define*/
|
||||
|
||||
define('topicSelect', function() {
|
||||
define('topicSelect', ['components'], function(components) {
|
||||
var TopicSelect = {};
|
||||
var lastSelected;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user