trimleft on first lastpass chunk

This commit is contained in:
Kyle Spearrin 2017-05-03 14:48:29 -04:00
parent a9a7b0b317
commit 8ec07266b9
1 changed files with 3 additions and 0 deletions

View File

@ -309,6 +309,9 @@
complete: function (results) {
parseCsvErrors(results);
parseData(results.data);
},
beforeFirstChunk: function (chunk) {
return chunk.replace(/^\s+/, '');
}
});
}