0.0.1 • Published 11 years ago

tower-event-directive v0.0.1

Weekly downloads
6
License
-
Repository
-
Last release
11 years ago

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