OpenLayers OpenLayers

Ticket #1047 (closed task: fixed)

Opened 1 year ago

Last modified 1 year ago

typo in comment in Map.js

Reported by: euzuro Assigned to: euzuro
Priority: minor Milestone: 2.6 Release
Component: Map Version: 2.5 RC3
Keywords: Cc:
State:

Description

line 691:

            // is newBaseLayer an already loaded layer?m

remove the 'm'. This doesn't need a patch. I'd just do it but I don't want to mess up the release (or my sandbox). I'll do it later.

Change History

10/02/07 23:46:33 changed by euzuro

fix this too:

        if(this.baseLayer) {

space between if and (

10/03/07 18:34:09 changed by euzuro

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

(In [4802]) coding standards. no functional change. (Closes #1047)