Changeset 19815


Ignore:
Timestamp:
11/25/15 14:35:36 (9 years ago)
Author:
Eric.Larour
Message:

CHG: model.results should be a map in javascript.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/model.js

    r19793 r19815  
    8181                        this.qmu              = new qmu();
    8282                        this.radaroverlay     = new radaroverlay();
    83                         this.results          = [];
     83                        this.results          = {};
    8484                        this.outputdefinition = new outputdefinition();
    8585                        this.miscellaneous    = new miscellaneous();
Note: See TracChangeset for help on using the changeset viewer.