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:
@@ -40,12 +40,6 @@ OpenLayers.Protocol.HTTP = OpenLayers.Class(OpenLayers.Protocol, {
|
|||||||
*/
|
*/
|
||||||
params: null,
|
params: null,
|
||||||
|
|
||||||
/**
|
|
||||||
* Property: format
|
|
||||||
* {<OpenLayers.Format>} Parser for reading and writing features.
|
|
||||||
*/
|
|
||||||
format: null,
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: callback
|
* Property: callback
|
||||||
* {Object} - Function to be called when the <read>, <create>,
|
* {Object} - Function to be called when the <read>, <create>,
|
||||||
|
|||||||
Reference in New Issue
Block a user