part-each-array
v0.0.2
Published
## Installation
Readme
Each Array
Installation
node.js:
npm install each-arraybrowser:
component install each-arrayExample
var project = require('each-array');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
