diff --git a/sandbox/embed_selfhost_code_binary.html b/sandbox/embed_selfhost_code_binary.html index 21846c6..77988be 100644 --- a/sandbox/embed_selfhost_code_binary.html +++ b/sandbox/embed_selfhost_code_binary.html @@ -31,7 +31,7 @@ .then (response => response.arrayBuffer ()) .then ((arrayBuffer) => { let fileList = [ - new File ([arrayBuffer], "file.obj") + new File ([arrayBuffer], 'file.obj') ]; viewer.LoadModelFromFileList (fileList); });