Correct reference error (undefined variable)
This commit is contained in:
parent
80d32b51b0
commit
97502a96f4
|
@ -125,7 +125,7 @@ LibFormatFoot = """
|
||||||
function get_format(format_type) {
|
function get_format(format_type) {
|
||||||
var value = formats[format_type];
|
var value = formats[format_type];
|
||||||
if (typeof(value) == 'undefined') {
|
if (typeof(value) == 'undefined') {
|
||||||
return msgid;
|
return format_type;
|
||||||
} else {
|
} else {
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue