mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
updated components to be a require.js module, not a global (:rage2:)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
/* globals app, components, define, ajaxify, utils, translator, config */
|
||||
/* globals app, define, ajaxify, utils, translator, config */
|
||||
|
||||
|
||||
define('navigator', ['forum/pagination'], function(pagination) {
|
||||
define('navigator', ['forum/pagination', 'components'], function(pagination, components) {
|
||||
|
||||
var navigator = {};
|
||||
var index = 1;
|
||||
|
||||
Reference in New Issue
Block a user