coding standards - 79 character line limit

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3834 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-08-01 20:49:34 +00:00
parent cf5a53959e
commit 2526fd7fb3

View File

@@ -201,7 +201,8 @@ OpenLayers.Layer.HTTPRequest = OpenLayers.Class(OpenLayers.Layer, {
//serverPath has no ? -- add one
requestString += '?' + paramsString;
} else {
//serverPath contains ?, so must already have paramsString at the end
//serverPath contains ?, so must already have
// paramsString at the end
requestString += '&' + paramsString;
}
}