Actions
Defect #42408
closedTypo in Javascript function name 'toggleExpendCollapseIcon': s//Expend/Expand
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
While looking at r23548, I noticed a typo (basically the same as #36149) in the name of the Javascript function toggleExpendCollapseIcon
(source:/trunk/app/assets/javascripts/application.js@23548#L45); it should read toggleExpandCollapseIcon
.
Updated by Marius BĂLTEANU 6 months ago
I'm not sure if it's worth renaming the function, or if we should add the correct one and deprecate this one.
Updated by Marius BĂLTEANU about 22 hours ago
- Status changed from New to Closed
- Assignee set to Marius BĂLTEANU
- Target version set to 7.0.0
- Resolution set to Fixed
Fixed, thanks!
Actions