mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 11:18:46 +08:00
fix removeHook
This commit is contained in:
parent
2f9641604f
commit
b3f0ce1e12
@ -124,8 +124,10 @@ function removeHooks (hookName, handler) {
|
||||
if (index !== -1) {
|
||||
hooks.splice(index, 1)
|
||||
}
|
||||
} else if (__hooks[hookName]) {
|
||||
__hooks[hookName] = null
|
||||
// delete __hooks[hookName]
|
||||
}
|
||||
delete __hooks[hookName]
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user