Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 264 Bytes

Readme.md

File metadata and controls

22 lines (13 loc) · 264 Bytes

target

cross-browser e.target, because IE8 loves us

Installation

Install with component(1):

$ component install bmcmahen/target

Usage

function someEvent(e){
  var el = target(e);
}

License

MIT