Changeset 19860 for issm/trunk-jpl/src/m/classes/miscellaneous.js
- Timestamp:
- 12/05/15 22:58:08 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/classes/miscellaneous.js ΒΆ
r19791 r19860 27 27 WriteData(fid,'object',this,'fieldname','name','format','String'); 28 28 }//}}} 29 this.fix=function() { //{{{ 30 }//}}} 29 31 //properties 30 32 // {{{ 31 33 this.notes = ''; 32 34 this.name = ''; 33 this.dummy = {};35 this.dummy = []; 34 36 35 37 this.setdefaultparameters();
Note:
See TracChangeset
for help on using the changeset viewer.