From e08302b002826a3bc91a63fb02eeaa36d40c4de6 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 23 Dec 2014 09:40:02 -0700 Subject: [PATCH] Fixed typo in docs --- docs.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs.html b/docs.html index 8fd305b..1fead92 100644 --- a/docs.html +++ b/docs.html @@ -693,7 +693,7 @@ var csv = Papa.unparse({ Papa.SCRIPT_PATH - The relative path to Papa Parse. This is automatically detected when Papa Parse is loaded synchronously. However, if you load Papa Parse asynchronously (e.g. with RequireJS), you need to set this variable manually in order to use Web Workers. + The relative path to Papa Parse. This is automatically detected when Papa Parse is loaded synchronously. However, if you load Papa Parse asynchronously (e.g. with RequireJS), you need to set this variable manually in order to use Web Workers. (In those cases, this variable is not read-only.) @@ -729,12 +729,6 @@ var csv = Papa.unparse({ The delimiter used when one is not specified and it cannot be detected automatically. Default is comma. - - Papa.WORKERS_SUPPORTED - - Whether or not the browser supports HTML5 Web Workers. If false, worker: true will have no effect. - -