Browse Source

must be `true` instead of truthy

pull/377/head
vyrak bunleang 8 years ago
parent
commit
8f4ca20454
  1. 2
      papaparse.js

2
papaparse.js

@ -424,7 +424,7 @@ @@ -424,7 +424,7 @@
{
if (typeof this._config === 'function')
{
return this._config(field);
return this._config(field) === true;
}
if (typeof this._config === 'object')
{

Loading…
Cancel
Save