Ignore:
Timestamp:
12/05/15 22:58:08 (9 years ago)
Author:
Eric.Larour
Message:

CHG (JAVASCRIPT): fixed some issues with segfaults.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/miscellaneous.js ΒΆ

    r19791 r19860  
    2727                        WriteData(fid,'object',this,'fieldname','name','format','String');
    2828                }//}}}
     29                this.fix=function() { //{{{
     30                }//}}}
    2931        //properties
    3032        // {{{
    3133        this.notes = '';
    3234        this.name  = '';
    33         this.dummy = {};
     35        this.dummy = [];
    3436
    3537        this.setdefaultparameters();
Note: See TracChangeset for help on using the changeset viewer.