Skip to content

Commit

Permalink
Fixed the white space issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdalbertsonjr committed Aug 28, 2014
1 parent 6b23c9f commit 88dc211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OpenLayers/Control/WMSGetFeatureInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ OpenLayers.Control.WMSGetFeatureInfo = OpenLayers.Class(OpenLayers.Control, {
{url: url, features: features}
);
} else {
this._features = (this._features || []).concat(features);
this._features = (this._features || []).concat(features);
}

if (this._requestCount === this._numRequests) {
Expand Down

0 comments on commit 88dc211

Please sign in to comment.