Oops, fix call of undefined

v1.18.x
Ole R 9 years ago
parent 2bcd4e1e3f
commit 91ec4c80c2

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

Loading…
Cancel
Save