mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 03:05:02 +08:00
fix removeHook
This commit is contained in:
parent
a981f2b241
commit
4573cfd2b4
@ -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