[#129,refactor][l]: ([s] in effort) rename Document to Record - fixes #129.

This commit is contained in:
Rufus Pollock
2012-05-31 21:04:31 +01:00
parent e7aa60c7d2
commit c1c1881660
19 changed files with 160 additions and 160 deletions

View File

@@ -17,16 +17,16 @@ test('extract dates and timelineJSON', function () {
'headline': '',
'date': [
{
'startDate': '2012-03-20',
'startDate': new Date('2012-03-20'),
'endDate': null,
'headline': '2012-03-20',
'text': ''
'headline': '1',
'text': '<div><strong>Date</strong>: 2012-03-20</div><div><strong>title</strong>: 1</div>'
},
{
'startDate': '2012-03-25',
'startDate': new Date('2012-03-25'),
'endDate': null,
'headline': '2012-03-25',
'text': ''
'headline': '2',
'text': '<div><strong>Date</strong>: 2012-03-25</div><div><strong>title</strong>: 2</div>'
}
]
}