Skip to content

Commit

Permalink
Fix issue w3c#105
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Jul 29, 2014
1 parent 52b9a11 commit 35b77ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/main.js
Expand Up @@ -49,7 +49,7 @@ $(document).ready(function() {
});

var markers = [{
'date': new Date('2014-03-17'),
'date': new Date('2014-03-17 00:00:00'),
'label': 'Look, a spike!'
}];

Expand Down Expand Up @@ -182,10 +182,10 @@ $(document).ready(function() {
};

var markers = [{
'date': new Date('2014-02-01'),
'date': new Date('2014-02-01 00:00:00'),
'label': '1st Milestone'
}, {
'date': new Date('2014-03-15'),
'date': new Date('2014-03-15 00:00:00'),
'label': '2nd Milestone'
}]

Expand Down

0 comments on commit 35b77ee

Please sign in to comment.