Changeset 178

Show
Ignore:
Timestamp:
2007-03-26 01:25:19 (3 years ago)
Author:
MaierMan
Message:

startDate serialization fixed; #75

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/dta/manager.js

    r177 r178  
    35893589                                        ); 
    35903590                                d.dbID = dbID; 
    3591                                 d.startDate = new Date(get(down, "startDate")); 
     3591                                d.startDate = new Date(get("startDate")); 
    35923592                                d.visitors.load(down.visitors); 
    35933593