Skip to content

Commit

Permalink
Merge pull request #2 from robinhouston/patch-2
Browse files Browse the repository at this point in the history
Trailing comma of death
  • Loading branch information
alexgraul committed Apr 19, 2012
2 parents a428eb6 + 0c02089 commit deb2d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/main.js
Expand Up @@ -101,11 +101,11 @@ var COS = {

// Store the name of the column by which the data is currently grouped:
// n.b. this is initially set as "Expense Type"
currentGrouping : COS.columns[4].name,
currentGrouping : COS.columns[4].name
};

// Define the underlying dataset for this interactive, a CSV file containing
// every item of Cabinet Office spending above £25k during the 2010/2011 period.
// every item of Cabinet Office spending above 25k during the 2010/2011 period.
// (source = )
COS.data = new Miso.Dataset({

Expand Down

0 comments on commit deb2d8b

Please sign in to comment.