Skip to content

Commit

Permalink
FLOE-404: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
waharnum committed Sep 4, 2015
1 parent 8129403 commit 36a2d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ https://github.com/gpii/universal/LICENSE.txt
// dataSet accepts:
// 1. an array of objects. Must contain "id", "value" and "label" variables.
// Example: [{id: string, value: number, label: string} ... ]
dataSet: [],
dataSet: []
// "dataSetWithColors" consolidates the dataset in original order with the array of colors, into a single array of objects
// dataSetWithColors: []
},
Expand Down
2 changes: 1 addition & 1 deletion tests/js/legendTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ https://github.com/gpii/universal/LICENSE.txt
};

gpii.tests.chartAuthoring.testLegendSyncWithModelDataSet = function(that, expectedDataSet) {
var dataSet = expectedDataSet
var dataSet = expectedDataSet;

var rows = gpii.d3.jQueryToD3(that.locate("row"));
rows.each(function (d,i) {
Expand Down

0 comments on commit 36a2d3a

Please sign in to comment.