bugs with mutex
This commit is contained in:
parent
54f9d5dcf9
commit
04e950b1eb
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,5 @@
|
|||
((instances) => {
|
||||
(() => {
|
||||
let instances = [];
|
||||
|
||||
class APlayer {
|
||||
/**
|
||||
|
|
@ -622,4 +623,4 @@
|
|||
else {
|
||||
window.APlayer = APlayer;
|
||||
}
|
||||
})([]);
|
||||
})();
|
||||
Loading…
Reference in New Issue