event-last-call
v1.0.9
Published
A singleton Class allows adding event listeners to html document object.
Downloads
4
Readme
event-last-call
This package is for client side usage (browsers) and requires jquery. (Any version jquery above 1.0 shoud be fine.)
Browser support
Desktop: Chrome, Safari, Firefox, Opera, IE9+
Installation
npm install event-last-call
or
jspm install npm:event-last-call
Usage
var package = require('event-last-call');
/**
* TODO add doc.
*/
Tests
# TODO test.
npm test