1.0.0 • Published 8 years ago

@segment/prevent-default v1.0.0

Weekly downloads
5
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

prevent

CircleCI Codecov

Cross-browser preventDefault

Installation

$ npm install @segment/prevent-default

Example

anchor.onclick = require('prevent');
anchor.onclick = function(e){
  if (something) return require('prevent')(e);
};

API

prevent(e)

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