don't redeclare the format property in Protocol.HTTP. r=elemoine (Closes #1721)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7960 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2008-09-05 07:34:56 +00:00
parent e6d51fcf49
commit 629f370b75

View File

@@ -40,12 +40,6 @@ OpenLayers.Protocol.HTTP = OpenLayers.Class(OpenLayers.Protocol, {
*/
params: null,
/**
* Property: format
* {<OpenLayers.Format>} Parser for reading and writing features.
*/
format: null,
/**
* Property: callback
* {Object} - Function to be called when the <read>, <create>,