Closed (cannot reproduce)
Project:
Openlayers
Version:
7.x-3.x-dev
Component:
OL API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2012 at 14:13 UTC
Updated:
31 Dec 2015 at 14:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nod_Indeed, a very valid concern and the right fix.
You can take out the comment, proper attribution will be given through git. in your patch the variable 'i' is not declared and leak to the global namespace. please use
for (var i = 0, il = newBlabla.length; i…).If you could name your patch properly too, that would be nice.
Almost there :)
Comment #2
mgiffordIs this really against OL3 or is it really OL2? Agreed about the comments. They need to be removed.
Comment #3
jaapjansma commentedHereby a new patch.
This patch belongs to version 7.x-2.x-dev of the Openlayers Module. Could not figure out which openlayers version is used in that module.
Comment #4
jaapjansma commentedI have removed the comments as well from the patch.
Comment #6
mgifford#4: openlayers-twitter-conflict-1421352-1.diff queued for re-testing.
Comment #8
m.stentaThis patch no longer applies against the 7.x-3.x branch. A lot has changed since this issue was posted, so it's possible that it's no longer an issue. Please reopen with an updated patch if it still is. Thanks!