0.1.1 • Published 8 years ago

preventdefault v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

preventDefault

A simple higher order function to pre-prevent default action of an event

Usage

// function to be called by event
function myEventFunction([params]) {}

// wrap function and pass arguments 
preventDefault(myEventFunction, [params])
0.1.1

8 years ago

0.1.0

8 years ago