LGS/lib/Entry.js

4 lines
55 B
JavaScript

var Entry = Entry || function() {
this.date = '';
};