Skip to content

Commit

Permalink
FLOE-404: remove orphaned comma
Browse files Browse the repository at this point in the history
  • Loading branch information
waharnum committed Sep 4, 2015
1 parent 98ae86b commit 0cb7da6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/js/legendTests.js
Expand Up @@ -115,8 +115,7 @@ https://github.com/gpii/universal/LICENSE.txt
};

gpii.tests.chartAuthoring.testLegendSyncWithModelDataSet = function(that) {
var dataSet = that.model.dataSet;
//
var dataSet = that.model.dataSet;
if(that.options.legendOptions.sort) {
dataSet.sort(function(a,b) {
return b.value - a.value;
Expand Down

0 comments on commit 0cb7da6

Please sign in to comment.