bugs with mutex

This commit is contained in:
DIYgod 2016-05-14 20:04:41 +08:00
parent 54f9d5dcf9
commit 04e950b1eb
No known key found for this signature in database
GPG Key ID: F8797DD1088C6506
3 changed files with 5 additions and 4 deletions

2
dist/APlayer.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,5 @@
((instances) => {
(() => {
let instances = [];
class APlayer {
/**
@ -622,4 +623,4 @@
else {
window.APlayer = APlayer;
}
})([]);
})();