Fix lint error

This commit is contained in:
perryharlock
2013-11-25 16:37:50 +00:00
parent 9383de3410
commit e13de45e4a
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ $(document).ready(function(){
xaxis: {
mode: 'time',
tickLength: 0,
timeformat: "%d %b"
timeformat: '%d %b'
},
yaxis: {
tickDecimals: 0
@@ -116,7 +116,7 @@ $(document).ready(function(){
}
function getXAxisLabel (el) {
return el.find('[data-role="category"]').attr('data-value');
return el.find('[data-role="date"]').attr('data-value');
}
function storeDatum (el, label) {