parsejs-token
v0.1.0
Published
## Installation
Downloads
6
Readme
Token
Installation
node.js:
npm install tokenbrowser:
component install tokenExample
var project = require('token');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
