Changes between Version 1 and Version 2 of Ticket #6724, comment 5


Ignore:
Timestamp:
Feb 5, 2023, 3:05:22 PM (16 months ago)
Author:
Langbart

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6724, comment 5

    v1 v2  
    2020 /**
    2121}}}
     22
     23
     24----
     25
     26**EDIT:**
     27- at least check for `undefined`
     28 - [[Coding_Conventions#JavaScript|wiki/Coding_Conventions#JavaScript]]
     29> ''Always check for undefined properties and/or invalid object references, if it's possible they could occur.''