tower-event-directive

0.0.1 • Public • Published

Tower Event Directive

Installation

node.js:

npm install tower-event-directive

browser:

component install tower-event-directive

Example

var project = require('tower-event-directive');

API

Example API methods.

.on(event, fn, [capture])

Short description of some method:

project.on('event', function(e){

});

.on(event, selector, fn, [capture])

Another description:

project.on('event', 'a.remove', function(e){

});

Notes

Licence

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2

Package Sidebar

Install

npm i tower-event-directive

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • viatropos