(highlightDigit)
| 17322 | } |
| 17323 | |
| 17324 | function onElementNormalEvent(highlightDigit) { |
| 17325 | !(this.__highByOuter &= ~(1 << (highlightDigit || 0))) |
| 17326 | && traverseUpdate(this, singleEnterNormal); |
| 17327 | } |
| 17328 | |
| 17329 | function shouldSilent(el, e) { |
| 17330 | return el.__highDownSilentOnTouch && e.zrByTouch; |
nothing calls this directly
no test coverage detected