Closed (fixed)
Project:
Panels
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2019 at 16:47 UTC
Updated:
15 Nov 2022 at 02:05 UTC
Jump to comment: Most recent
There are a few locations with missing semicolons in JavaScript files.
For sake of consistency, and also to avoid JS aggregation and compression issues, these should be included.
See the attached patch, thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| panels-missing_js_semicolons-1.patch | 1.54 KB | sgdev |
Comments
Comment #2
sgdev commentedThis patch still works in the latest 7.x-3.10 release. Please review, thanks.
Comment #3
solideogloria commentedLooks good and fits the standards.
Comment #4
joelpittetThank you @ron_s, I've committed to the latest dev release.
Comment #7
joelpittet