jquery-csv
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -31,3 +31,3 @@ | ||
if(lines[i] !== '') { | ||
output.push[lines[i]); | ||
output.push(lines[i]); | ||
} | ||
@@ -37,3 +37,3 @@ } | ||
}; | ||
$.csv.toArrays(csv, { onPreParse: removeEmptyLines )}; | ||
$.csv.toArrays(csv, { onPreParse: removeEmptyLines }); | ||
``` | ||
@@ -127,2 +127,2 @@ | ||
Aside: There are plenty more use-cases to be discovered for the plethora of hooks. If you feel like you have one that is common enough to justify adding it to the library we'd like to see it. Just create a new 'feature request' in the 'issues' section outlining the details. | ||
Aside: There are plenty more use-cases to be discovered for the plethora of hooks. If you feel like you have one that is common enough to justify adding it to the library we'd like to see it. Just create a new 'feature request' in the 'issues' section outlining the details. |
{ | ||
"name": "jquery-csv", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "A jQuery CSV parser plugin. Battle Tested | Optimized | 100% IETF RFC 4180 Complete", | ||
@@ -5,0 +5,0 @@ "author": { |
193744