Commit c2055ee1 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Merge pull request #14 from matthewwithanm/js-i18n-patch-2

Corrected i18n javascript_catalog Reference Error
parents 93624136 97502a96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }