I just found an extra semi-colon on -
https://git.drupalcode.org/project/geofield_map/-/blob/8.x-2.x/js/geofie...
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | geofield_map-3193676-4.patch | 989 bytes | dimaro |
| #2 | 3193676-2.patch | 975 bytes | mohit.bansal623 |
Issue fork geofield_map-3193676
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3193676-2-semi-colon
changes, plain diff MR !18
Comments
Comment #2
mohit.bansal623 commentedI found 2 semicolons one in js file and other in php file. Corrected and created the patch. Please review.
Comment #3
itamair commentedNice!
Comment #4
dimaro commentedHey @itamair,
I have recently been checking the issue queue for this module due to everything that happened with the polyfill.io library (thanks for your quick intervention) and I saw this issue on RTBC for over 3 years. Is there any reason why this task was not merged at the time? In fact, I have seen that the patch was developed for the 2.x branch and now we are on the 3.x branch. So, I have created a new patch that applies to the current development branch since both semicolons continue in the code base.
Comment #7
itamair commentedThanks @dimaro!
probably, this was so trivial that simply wen out of my radar.
Committed into 3.0.x, will be part of the next module release.