0.0.1 • Published 10 years ago

tropon v0.0.1

Weekly downloads
5
License
-
Repository
-
Last release
10 years ago

Tropon

Installation

node.js:

npm install tropon

browser:

component install tropon

Example

var project = require('tropon');

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