| Summary: | Usage of .prototype.contructor instead of .prototype.constructor. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Olivier Thomann <Olivier_Thomann> | ||||
| Component: | JS Tools | Assignee: | Olivier Thomann <Olivier_Thomann> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 12.0 | ||||||
| Target Milestone: | 13.0 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Olivier Thomann
Created attachment 262677 [details]
Proposed patch
Is there any point to setting the constructor property at all? It doesn't seem to be used anywhere in the code base. Seems like we could just remove the misspelled lines completely. ok, I'll do it. Delivered. Removed the lines. |