Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 301 Bytes

Readme.md

File metadata and controls

24 lines (13 loc) · 301 Bytes

on-enter

Attach an enter key handler.

Installation

$ component install segmentio/on-enter

API

onEnter(fn)

Bind a handler fn(event) to be called when the Enter key is pressed.

.unbind(fn)

Unbinds a handler fn.

.bind(fn)

For symmetry.

License

MIT