mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
remove type for now
This commit is contained in:
parent
dc3bf37b64
commit
0ce8244c7d
@ -62,7 +62,7 @@ export class MediaAPI {
|
|||||||
files,
|
files,
|
||||||
callback_complete = () => {},
|
callback_complete = () => {},
|
||||||
callback_load = (filepath: string) => {},
|
callback_load = (filepath: string) => {},
|
||||||
callback_error = (error: string) => {}
|
callback_error = (error) => {}
|
||||||
) {
|
) {
|
||||||
files = unique(files.flat());
|
files = unique(files.flat());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user