Kaydet (Commit) 97502a96 authored tarafından Matthew Tretter's avatar Matthew Tretter

Correct reference error (undefined variable)

üst 80d32b51
......@@ -125,7 +125,7 @@ LibFormatFoot = """
function get_format(format_type) {
var value = formats[format_type];
if (typeof(value) == 'undefined') {
return msgid;
return format_type;
} else {
return value;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment