From 629f370b758d726363a5f738954d9b5b52a345ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Fri, 5 Sep 2008 07:34:56 +0000 Subject: [PATCH] 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 --- lib/OpenLayers/Protocol/HTTP.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/OpenLayers/Protocol/HTTP.js b/lib/OpenLayers/Protocol/HTTP.js index 76efb06486..866c8e318e 100644 --- a/lib/OpenLayers/Protocol/HTTP.js +++ b/lib/OpenLayers/Protocol/HTTP.js @@ -40,12 +40,6 @@ OpenLayers.Protocol.HTTP = OpenLayers.Class(OpenLayers.Protocol, { */ params: null, - /** - * Property: format - * {} Parser for reading and writing features. - */ - format: null, - /** * Property: callback * {Object} - Function to be called when the , ,