OpenLayers OpenLayers

Ticket #1544 (closed bug: fixed)

Opened 3 months ago

Last modified 3 months ago

MousePosition: numDigits inconsistency

Reported by: kthy Assigned to:
Priority: trivial Milestone:
Component: Control.MousePosition Version: SVN
Keywords: Cc:
State: Complete

Description

The API docs mentions numDigits as a property for MousePosition; the code uses numdigits. Since lowerCamelCase is normally used for properties, I assume the code is in error. Patch attached. No tests are affected.

Attachments

MousePosition.patch (0.6 kB) - added by kthy on 05/09/08 15:34:13.
patch-1544-r7162-A0.diff (3.5 kB) - added by elemoine on 05/13/08 16:50:13.

Change History

05/09/08 15:34:13 changed by kthy

  • attachment MousePosition.patch added.

05/13/08 16:50:13 changed by elemoine

  • attachment patch-1544-r7162-A0.diff added.

05/13/08 16:52:01 changed by elemoine

  • status changed from new to closed.
  • state changed from Review to Complete.
  • resolution set to fixed.

(In [7163]) MousePosition: numDigits inconsistency, reported by kthy, patch by kthy, additional test by me, r=me (closes #1544)