This commit is contained in:
Joao Moreno 2016-07-27 09:31:07 +02:00
parent 6c0f89cd32
commit e0d6db948f

View file

@ -36,7 +36,7 @@ function stripComments(content) {
}
});
return result;
};
}
function getNLSConfiguration() {
var locale = undefined;
@ -61,6 +61,7 @@ function getNLSConfiguration() {
locale = value;
}
} catch (e) {
// noop
}
}
}