Skip to content

Commit 88dc211

Browse files
committed
Fixed the white space issue.
1 parent 6b23c9f commit 88dc211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OpenLayers/Control/WMSGetFeatureInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ OpenLayers.Control.WMSGetFeatureInfo = OpenLayers.Class(OpenLayers.Control, {
526526
{url: url, features: features}
527527
);
528528
} else {
529-
this._features = (this._features || []).concat(features);
529+
this._features = (this._features || []).concat(features);
530530
}
531531

532532
if (this._requestCount === this._numRequests) {

0 commit comments

Comments
 (0)