From: Alan Knowles Date: Thu, 6 Oct 2011 07:55:19 +0000 (+0800) Subject: Pman.I18n.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5aca24b7471ea204bf5877390cbf6914d9299dab Pman.I18n.js --- diff --git a/Pman.I18n.js b/Pman.I18n.js index b3120e9c..113741d9 100644 --- a/Pman.I18n.js +++ b/Pman.I18n.js @@ -154,7 +154,7 @@ Pman.I18n = { lang = lang || 'en'; var ret = []; Roo.each(Pman.I18n.Data[lang][type], function (o) { - if (typeof(filter) != 'undefined') && filter(o) === false) { + if (typeof(filter) != 'undefined' && filter(o) === false) { return; } ret.push([ o.code, o.title ]);