Small fixes for linting

This commit is contained in:
knsv 2015-02-24 23:03:09 +01:00
parent a7dd6a6614
commit 182729e015
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ var moment = require('moment');
var dateFormat = '';
var title = '';
var info = false;
var sections = [];
var tasks = [];
var currentSection = '';
@ -176,7 +175,7 @@ var compileData = function(prevTask, dataStr){
matchFound = true;
}
}
var i;
for(i=0;i<data.length;i++){
data[i] = data[i].trim();
}