OpenLayers OpenLayers

Ticket #740 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

ArgParser's Constructor takes Wrong Arguments

Reported by: euzuro Assigned to: euzuro
Priority: minor Milestone: 2.5 Release
Component: Control.ArgParser Version: 2.4
Keywords: Cc:
State:

Description (Last modified by euzuro)

For whatever reason, ArgParser's constructor looks like:

    /**
     * @constructor
     * 
     * @param {DOMElement} element
     * @param {String} base
     */
    initialize: function(element, base) {

instead of:

    /**
     * @constructor
     * 
     * @param {Object} options
     */
    initialize: function(options) {

...which is the standard constructor for an OpenLayers.Control

Attachments

argParserInit.patch (0.5 kB) - added by euzuro on 06/05/07 17:24:07.

Change History

06/05/07 17:24:07 changed by euzuro

  • attachment argParserInit.patch added.

06/05/07 17:25:03 changed by euzuro

  • version changed from 2.4 RC5 to 2.4.

please review

06/05/07 17:25:59 changed by euzuro

  • description changed.

06/05/07 17:33:54 changed by crschmidt

Stupid copy paste mistake on my part.

06/05/07 17:34:24 changed by crschmidt

  • keywords set to commit.

Er, meant to mark commit.

06/05/07 17:35:55 changed by euzuro

  • status changed from new to closed.
  • resolution set to fixed.

fixed with r3256

07/05/07 16:53:35 changed by euzuro

  • keywords deleted.