mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-27 02:40:39 +01:00
Oops, fix call of undefined
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
if (typeof module === 'object' && module.exports === translator) {
|
||||
exports = module.exports = translator;
|
||||
S = require('string');
|
||||
stringDefer.resolve(S);
|
||||
} else {
|
||||
stringDefer = $.Deferred();
|
||||
require(['string'], function(stringLib) {
|
||||
|
||||
Reference in New Issue
Block a user