Skip to content

Commit

Permalink
Merge pull request w3c#204 from liamcurry/patch-1
Browse files Browse the repository at this point in the history
Added a missing comma in the API example.
  • Loading branch information
almossawi committed Nov 18, 2014
2 parents 346d4f1 + b1ed3fe commit c5d330f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.htm
Expand Up @@ -80,7 +80,7 @@

<pre><code class='javascript'>data_graphic({
title: "Downloads",
description: "This graphic shows a time-series of downloads."
description: "This graphic shows a time-series of downloads.",
data: [{'date':new Date('2014-11-01'),'value':12},
{'date':new Date('2014-11-02'),'value':18}],
width: 600,
Expand Down

0 comments on commit c5d330f

Please sign in to comment.