Merge remote-tracking branch 'jeremyevans/patch-1'
This commit is contained in:
commit
25ac351997
@ -35,7 +35,7 @@ ArrayParser.prototype.newEntry = function(includeEmpty) {
|
||||
var entry;
|
||||
if (this.recorded.length > 0 || includeEmpty) {
|
||||
entry = this.recorded.join("");
|
||||
if (entry === "NULL") {
|
||||
if (entry === "NULL" && !includeEmpty) {
|
||||
entry = null;
|
||||
}
|
||||
if (entry !== null) {
|
||||
|
Loading…
Reference in New Issue
Block a user