add missing semi-colon, no functional change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@8869 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -18,7 +18,7 @@ OpenLayers.Protocol.WFS = function(options) {
|
|||||||
throw "Unsupported WFS version: " + options.version;
|
throw "Unsupported WFS version: " + options.version;
|
||||||
}
|
}
|
||||||
return new cls(options);
|
return new cls(options);
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constant: OpenLayers.Protocol.WFS.DEFAULTS
|
* Constant: OpenLayers.Protocol.WFS.DEFAULTS
|
||||||
|
|||||||
Reference in New Issue
Block a user