mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
ESlint no-undef, remove global comments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;(function (exports) {
|
||||
"use strict";
|
||||
/* globals define, utils, config */
|
||||
|
||||
|
||||
// export the class if we are in a Node-like system.
|
||||
if (typeof module === 'object' && module.exports === exports) {
|
||||
@@ -285,5 +285,5 @@
|
||||
}(
|
||||
typeof exports === 'object' ? exports :
|
||||
typeof define === 'function' && define.amd ? {} :
|
||||
helpers = {}
|
||||
window.helpers = {}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user