(e)
| 26430 | }; |
| 26431 | |
| 26432 | function clickA(e){//阻止a的默认行为 |
| 26433 | if(!checkLimit(e))return; |
| 26434 | e.preventDefault(); |
| 26435 | }; |
| 26436 | |
| 26437 | document.addEventListener(button == 2 ? 'contextmenu' : 'mousedown', click, true); |
| 26438 |
nothing calls this directly
no test coverage detected