(e)
| 26407 | }; |
| 26408 | |
| 26409 | function checkLimit(e){ |
| 26410 | if(e.button!=button || |
| 26411 | e.altKey!=alt || |
| 26412 | e.ctrlKey!=ctrl || |
| 26413 | e.shiftKey!=shift || |
| 26414 | e.metaKey!=meta){ |
| 26415 | return false; |
| 26416 | } |
| 26417 | return true; |
| 26418 | } |
| 26419 | |
| 26420 | function click(e){ |
| 26421 | if(!checkLimit(e))return; |