Changes between Initial Version and Version 1 of Ticket #2019, comment 7


Ignore:
Timestamp:
Jul 31, 2013, 11:19:50 AM (11 years ago)
Author:
lsdh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2019, comment 7

    initial v1  
    88So, instead of
    99{{{
    10 if(cheat.Data.IsNumeric)
     10if(cheat.IsNumeric)
    1111}}}
    1212, we could have
    1313{{{
    14 if(typeof(cheat.Data.DefaultNumber)!='undefined')
     14if(typeof(cheat.DefaultNumber)!='undefined')
    1515}}}