Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 296 Bytes

Readme.md

File metadata and controls

25 lines (14 loc) · 296 Bytes

stop

Cross-browser .stopPropagation.

Installation

$ component install yields/stop

Example

anchor.onclick = require('stop');

API

stop(e)

Stop the given e, if the argument is omitted, the method will fallback to window.event.

License

MIT