Skip to content
Snippets Groups Projects
Commit 8e0be563 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

typo

parent 742e1af8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ function persistentWorkers(numWorkers){
//check compatibility
if (!(typeof window.Worker === "function")){
console.log("workers not supported");
return nil;
return null;
}
//local variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment