add missing semi-colon, no functional change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9930 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -443,7 +443,7 @@ OpenLayers.Control.WMSGetFeatureInfo = OpenLayers.Class(OpenLayers.Control, {
|
||||
services[url].push(layer);
|
||||
} else {
|
||||
this._numRequests++;
|
||||
services[url] = [layer]
|
||||
services[url] = [layer];
|
||||
}
|
||||
}
|
||||
var layers;
|
||||
|
||||
Reference in New Issue
Block a user