(obj, hookMethods, fn, classHook, context, proxyHandler)
| 519 | In principle, other logic is no longer executed. |
| 520 | If To perform other logic please use replace hook */ |
| 521 | hangUp (obj, hookMethods, fn, classHook, context, proxyHandler) { |
| 522 | return this.hook(obj, hookMethods, fn, 'hangUp', classHook, context, proxyHandler) |
| 523 | } |
| 524 | } |
| 525 | |
| 526 | export default new HookJs() |