mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
Fix wrap-iife linter rule
This commit is contained in:
@@ -286,8 +286,8 @@
|
||||
define('helpers', exports);
|
||||
}
|
||||
|
||||
})(
|
||||
}(
|
||||
typeof exports === 'object' ? exports :
|
||||
typeof define === 'function' && define.amd ? {} :
|
||||
helpers = {}
|
||||
);
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user