OpenLayers OpenLayers

Changeset 7960

Show
Ignore:
Timestamp:
09/05/08 03:34:56 (3 months ago)
Author:
fredj
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Protocol/HTTP.js

    r7940 r7960  
    4141    params: null, 
    4242     
    43     /** 
    44      * Property: format 
    45      * {<OpenLayers.Format>} Parser for reading and writing features. 
    46      */ 
    47     format: null, 
    48  
    4943    /** 
    5044     * Property: callback