Oops, fix call of undefined

This commit is contained in:
Ole R
2016-02-05 00:48:32 +01:00
parent 2bcd4e1e3f
commit 91ec4c80c2

View File

@@ -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) {