From 0c1fe31b0a10e87dcedb542fea9d71ddc3561564 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Tue, 31 Mar 2009 16:39:28 +0000 Subject: [PATCH] added missing semicolons; while at it also introduced some array length caching and simplified var assignments. Non-functional change. Thanks rot for spotting this. (closes #2019) git-svn-id: http://svn.openlayers.org/trunk/openlayers@9147 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Format/WFSDescribeFeatureType.js | 12 ++++++------ lib/OpenLayers/Format/WMSGetFeatureInfo.js | 6 ++---- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/lib/OpenLayers/Format/WFSDescribeFeatureType.js b/lib/OpenLayers/Format/WFSDescribeFeatureType.js index 82735413a1..66b7385694 100644 --- a/lib/OpenLayers/Format/WFSDescribeFeatureType.js +++ b/lib/OpenLayers/Format/WFSDescribeFeatureType.js @@ -52,7 +52,7 @@ OpenLayers.Format.WFSDescribeFeatureType = OpenLayers.Class( var attributes = node.attributes; var attr, name; - for(var i=0; i