OpenLayers OpenLayers

Ticket #515 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Replace the use of $() in library code

Reported by: sderle Assigned to:
Priority: minor Milestone: 2.5 Release
Component: general Version:
Keywords: Cc:
State:

Description

OpenLayers defines $() in Util.js but it can be redefined. Code within the OpenLayers namespace should use a substitute version in the OpenLayers or OpenLayers.Util namespace, to help ensure that its semantics don't get changed out from under us. This means going through the code and finding all calls to $() and pointing them to the new function.

Attachments

$.patch (35.2 kB) - added by euzuro on 03/08/07 14:41:08.
patch to replace the $() function
$.2.patch (35.3 kB) - added by euzuro on 03/08/07 14:46:17.
update of patch to not remove $()
$.3.patch (35.3 kB) - added by euzuro on 03/08/07 15:06:58.
take three

Change History

03/08/07 13:29:05 changed by sderle

  • milestone changed from 2.4 Release to 2.5 Release.

03/08/07 14:41:08 changed by euzuro

  • attachment $.patch added.

patch to replace the $() function

03/08/07 14:46:17 changed by euzuro

  • attachment $.2.patch added.

update of patch to not remove $()

03/08/07 15:06:58 changed by euzuro

  • attachment $.3.patch added.

take three

03/08/07 15:14:30 changed by crschmidt

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

Closed with r2541.