|
|
@ -5,15 +5,6 @@ https://github.com/mholt/PapaParse |
|
|
|
License: MIT |
|
|
|
License: MIT |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
// Polyfills
|
|
|
|
|
|
|
|
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray#Polyfill
|
|
|
|
|
|
|
|
if (!Array.isArray) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
Array.isArray = function(arg) { |
|
|
|
|
|
|
|
return Object.prototype.toString.call(arg) === '[object Array]'; |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(function(root, factory) |
|
|
|
(function(root, factory) |
|
|
|
{ |
|
|
|
{ |
|
|
|
/* globals define */ |
|
|
|
/* globals define */ |
|
|
|