Remove extraneous comma

This commit is contained in:
Marc Delisle 2012-09-09 07:34:07 -04:00
parent f24b163fd6
commit dce8431003

View File

@ -41,7 +41,7 @@ $(document).ready(function() {
yaxis: {
label: $('input[name="yaxis_label"]').val(),
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
},
}
},
title: {
text: $('input[name="chartTitle"]').attr('value')