Changeset 15288


Ignore:
Timestamp:
04/10/13 10:16:34 (11 years ago)
Author:
tbretz
Message:
Copy property id if available -- needed to read the schedule from the db.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/Observation_class.js

    r15095 r15288  
    2222                        ' Try something like "2013-01-08 23:05 UTC" .');
    2323    ret.start = utc;
     24    ret.id    = obj.id;
    2425
    2526    // If the given data is not an array, make it the first entry of an array
Note: See TracChangeset for help on using the changeset viewer.