From: Alan Knowles Date: Mon, 14 Mar 2011 09:53:09 +0000 (+0800) Subject: Pman.I18n.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=44243aabc98873df7850a98d6dc979edb8782544 Pman.I18n.js --- diff --git a/Pman.I18n.js b/Pman.I18n.js index dcb8616b..6194000f 100644 --- a/Pman.I18n.js +++ b/Pman.I18n.js @@ -136,7 +136,7 @@ Pman.I18n = { }); var xret = ret.sort(function(a,b) { - a[1] > b[1] ? 1 : -1; + return a[1] > b[1] ? 1 : -1; }); return xret;