From ac866090355d3720a0cdcff6dddb28485a22f830 Mon Sep 17 00:00:00 2001 From: taggon Date: Fri, 23 Sep 2011 07:34:10 +0000 Subject: [PATCH] Fixed a bug for processing conditional validation. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9310 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/xml_js_filter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/js/xml_js_filter.js b/common/js/xml_js_filter.js index 42af5f388..997163f28 100644 --- a/common/js/xml_js_filter.js +++ b/common/js/xml_js_filter.js @@ -145,9 +145,9 @@ var Validator = xe.createApp('Validator', { if(f['if']) { if(!$.isArray(f['if'])) f['if'] = [f['if']]; - for(i in f['if']) { + for(i=0;i