X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.I18n.js;h=eefef4d4e1e8342c9264de12def0a5ff3c83b173;hp=82409f1b0635840d47518d6cc9045191b4669f7e;hb=refs%2Fheads%2Fwip_edward_T5851_download_old_offer_sheet;hpb=f160f63bf6a49199370854ae0e6d6807bb1a7b10 diff --git a/Pman.I18n.js b/Pman.I18n.js index 82409f1b..eefef4d4 100644 --- a/Pman.I18n.js +++ b/Pman.I18n.js @@ -169,8 +169,8 @@ Pman.I18n = { }); ret = ret.sort(function(a,b) { - if (a[0] == '**') return 1; // other always at end.. - if (b[0] == '**') return -1; // other always at end.. + if (a[0] == '**') { return 1; } // other always at end.. + if (b[0] == '**') { return -1; } // other always at end.. return a[1] > b[1] ? 1 : -1; });