-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Space - Team Calendar
-
Severity 3 - Minor
NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.
Team Calendars currently adds an indexOf function to the array prototype.
Like so:
}if(!Array.prototype.indexOf){Array.prototype.indexOf=function(B){for(var A=0;"...
This means that anybody developing against an instance with TC on can easily introduce bugs like https://jira.atlassian.com/browse/CONF-30863 by relying on the existence of indexOf.
(It also makes QAing confusing).
- is related to
-
CONFSERVER-49930 Stop shimming indexOf
-
- Closed
-