mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-22 20:32:28 +01:00
Add missing 'global' variable declaration
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
/* global define, config, templates, app, ajaxify, socket, translator */
|
||||
/* global define, config, templates, app, utils, ajaxify, socket, translator */
|
||||
|
||||
define(['composer', 'forum/pagination', 'share', 'navigator'], function(composer, pagination, share, navigator) {
|
||||
var Category = {},
|
||||
@@ -331,4 +331,4 @@ define(['composer', 'forum/pagination', 'share', 'navigator'], function(composer
|
||||
};
|
||||
|
||||
return Category;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user