mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
ESlint no-useless-concat, no-mixed-spaces-and-tabs
This commit is contained in:
@@ -269,7 +269,7 @@
|
||||
exports = module.exports/* = SemVer*/;
|
||||
} else if (typeof define === 'function' && define.amd) {
|
||||
// Use the define() function if we're in AMD land
|
||||
define('helpers', exports);
|
||||
define('helpers', exports);
|
||||
} else if (typeof window === 'object') {
|
||||
window.helpers = exports;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user