mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-16 03:36:51 +02:00
If you `require(['string'], function (stringLib) { S = stringLib; })` it is an async call and thus you need to ensure any usage of `S` happens when this is resolved.